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