import type { TextareaProps } from './textarea'; export declare function Textarea(props: TextareaProps): JSX.Element; export default Textarea;