import React from 'react';
import { TextareaProps } from './interface';
declare type NativeTextareaProps = Omit<React.TextareaHTMLAttributes<HTMLElement>, 'type'>;
declare const _default: React.ForwardRefExoticComponent<NativeTextareaProps & TextareaProps & React.RefAttributes<unknown>>;
export default _default;
