import { TextareaHTMLAttributes } from 'react'; export type TextareaProps = TextareaHTMLAttributes; declare function Textarea({ ref, className, ...props }: TextareaProps & { ref?: React.Ref; }): import("react/jsx-runtime").JSX.Element; export { Textarea }; //# sourceMappingURL=textarea.d.ts.map