import { Renderer, PartialStoryFn } from 'storybook/internal/types';

/** @deprecated Will be removed in Storybook v10 */
declare const withActions: <T extends Renderer>(storyFn: PartialStoryFn<T>) => T['storyResult'];

export { withActions };
