import type { ForwardRefPrimitive } from '../types'; import type { BaseTextAreaFieldProps } from '../types/textAreaField'; export declare const DEFAULT_ROW_COUNT = 3; /** * [📖 Docs](https://ui.docs.amplify.aws/react/components/textareafield) */ export declare const TextAreaField: ForwardRefPrimitive;