import type { TextareaHTMLAttributes } from "react";
import type { InputGroupProps } from "../input-group";
export type TextareaProps = Omit<InputGroupProps & TextareaHTMLAttributes<HTMLTextAreaElement>, "children">;
export declare const Textarea: import("react").ForwardRefExoticComponent<TextareaProps & import("react").RefAttributes<HTMLTextAreaElement>>;
//# sourceMappingURL=textarea.d.ts.map