/// <reference types="react" />
import { TextAreaProps } from './type';
export declare function TextAreaBrick(props: TextAreaProps): JSX.Element;
