/**
 * Textarea component for multi-line text input
 * @param {Object} props - Component props
 * @param {string} [props.className] - Additional classes
 * @param {React.Ref} ref - Forwarded ref
 * @returns {JSX.Element} Textarea component
 */
export const Textarea: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
//# sourceMappingURL=textarea.d.ts.map