import './cn-input-textarea.scss';
import * as React from 'react';
import { CnInputTextAreaProps } from './types';
export declare const CnInputTextArea: {
    (props: CnInputTextAreaProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
    displayName: string;
    defaultProps: {
        showLimitHint: boolean;
    };
};
