import { Args } from '@storybook/csf'; import type { StoryObj } from './types-6-0'; export type { StoryFn, StoryObj, Meta } from './types-6-0'; /** * Story function that represents a CSFv3 component example. * * @see [Named Story exports](https://storybook.js.org/docs/formats/component-story-format/#named-story-exports) */ export declare type Story = StoryObj;