import { FC } from 'react'; import { TextareaProps } from '@tarojs/components/types/Textarea'; declare const Textarea: FC; export default Textarea;