import { Meta, StoryObj } from '@storybook/react'; import { FormField } from '../FormField'; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const WithDescription: Story; export declare const WithHint: Story; export declare const WithInfoTipContent: Story; export declare const WithErrorMessage: Story; export declare const WithWarningMessage: Story; export declare const WithVisuallyHiddenLabel: Story; export declare const Snapshot: Story; //# sourceMappingURL=FormField.stories.d.ts.map