import { TextAreaProps } from './interface'; declare const TextArea: import('vue').DefineSetupFnComponent; export default TextArea;