import React from 'react'; import type { TextAreaProps } from './type'; declare const TextArea: React.FC; export { TextArea }; export type { TextAreaProps }; export default TextArea;