import { Renderer, PartialStoryFn } from 'storybook/internal/types'; declare const withActions: (storyFn: PartialStoryFn) => T['storyResult']; export { withActions };