/// <reference types="react" />
import type { CnInputTextAreaProps } from './types';
export declare const CnInputTextArea: {
    (props: CnInputTextAreaProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
    displayName: string;
    defaultProps: {
        showLimitHint: boolean;
    };
};
export type { CnInputTextAreaProps };
