import TextArea, { Props as _TextAreaProps } from "./TextArea"; export interface TextAreaProps extends _TextAreaProps { } export default TextArea;