import { StoryObj } from '@storybook/react'; import { FormFieldProps } from './FormField'; interface StoryFormFieldProps extends FormFieldProps { withIcon: boolean; inputLabel: string; textareaLabel: string; } declare const _default: import('@storybook/csf').ComponentAnnotations; export default _default; export declare const Default: StoryObj;