import { StoryObj } from '@storybook/react-vite'; declare const meta: { title: string; tags: string[]; parameters: { layout: string; }; }; export default meta; type Story = StoryObj; export declare const AllVariants: Story;