import { FC } from 'react'; import { InputProps } from './Input.types'; declare const Textarea: FC; export default Textarea;