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