///
import { type TextareaProps as UITextareaProps } from '@utima/ui';
import { type ConsumeFormControlProps } from '../../formControl/FormControl';
export interface TextAreaProps extends ConsumeFormControlProps {
}
/**
* TextArea component that is controlled by Informed. It is a wrapped in the
* `FormControl` component, which provides the necessary props for Informed to
* work along with label and error message handling.
*/
export declare const TextArea: import("react").NamedExoticComponent;
//# sourceMappingURL=TextArea.d.ts.map