import type { FC } from 'react';
import './index.less';
declare const TextArea: FC<any>;
export default TextArea;
