import type { TextAreaProps } from './TextArea.types'; import TextArea from './TextArea'; export type { TextAreaProps }; export default TextArea;