import { StoryObj } from '@storybook/react'; declare const meta: { title: string; component: import('react').FC; parameters: { layout: string; }; tags: string[]; argTypes: {}; args: {}; }; export default meta; type Story = StoryObj; export declare const Init: Story; export declare const Init2: Story;