import type { TextAreaProps } from "./types"; export declare function TextArea(props: TextAreaProps): JSX.Element;