import type { TextareaProps } from './types'; export declare function Textarea(props: TextareaProps): React.ReactElement | null;