import * as React from 'react'; import { TextareaWebProps } from './props'; export declare type TextareaProps = TextareaWebProps; declare const _default: React.ForwardRefExoticComponent>; export default _default;