/// /** * The Textarea component allows you to easily create multi-line text inputs. * https://chakra-ui.com/docs/form/textarea */ export declare function Textarea({ ...props }: any): JSX.Element; //# sourceMappingURL=Textarea.d.ts.map