/// <reference types="react" />
import type { TextAreaProps } from './type';
declare const TextArea: import("react").NamedExoticComponent<TextAreaProps>;
export default TextArea;
