/// import type { Meta, StoryObj } from '@storybook/react'; declare const StoryComponent: () => import("react").JSX.Element; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Example: Story;