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