import type { TextareaHTMLAttributes } from 'react';
import type { DefaultProps } from '../../types';
export type TextareaProps = TextareaHTMLAttributes & Omit;
/**
* Native HTML textarea element.
*
* @example
*
*/
export declare const Textarea: import("react").ForwardRefExoticComponent & Omit & import("react").RefAttributes>;
//# sourceMappingURL=textarea.d.ts.map