import { ReactElement } from 'react'; interface Props { charsLen?: any; maxLength?: number; } export declare const TextAreaCounter: (props: Props) => ReactElement; export {}; //# sourceMappingURL=index.d.ts.map