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