import type { Meta, StoryObj } from "@storybook/react"; import { FormControl } from "../FormControl"; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const WithLabelAndHint: Story; export declare const WithMultipleChildren: Story; export declare const LengthValidation: Story; //# sourceMappingURL=FormControl.stories.d.ts.map