import { HTMLProps } from 'react'; type Props = { error?: boolean; } & HTMLProps; declare const Textarea: import('react').ForwardRefExoticComponent & import('react').RefAttributes>; export default Textarea;