import { TextArea } from './text-area'; export type { TextAreaProps, TextAreaRef } from './text-area'; export default TextArea;