import { TextareaProps } from './types'; export declare const Textarea: import("@chakra-ui/react").ComponentWithAs<"textarea", TextareaProps>;