import type { StoryObj } from '@storybook/react'; declare const meta: { title: string; component: (props: import("./InputBlock").InputBlockProps) => import("@emotion/react/jsx-runtime").JSX.Element; parameters: { layout: string; }; tags: string[]; }; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const WithSubmitCombo: Story; export declare const Invalid: Story; //# sourceMappingURL=InputBlock.stories.d.ts.map