import type { StringFormField } from '@douglasneuroinformatics/libui-form-types'; import type { BaseFieldComponentProps } from '../types.ts'; export type StringFieldTextAreaProps = BaseFieldComponentProps & Extract; export declare const StringFieldTextArea: ({ description, disabled, error, label, name, placeholder, readOnly, setValue, value }: StringFieldTextAreaProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=StringFieldTextArea.d.ts.map