import { Renderer, PartialStoryFn } from 'storybook/internal/types'; /** @deprecated Will be removed in Storybook v10 */ declare const withActions: (storyFn: PartialStoryFn) => T['storyResult']; export { withActions };