import React from 'react'; export declare const LengthIndicator: React.FC<{ maxLength?: number; minLength?: number; text?: string; }>; //# sourceMappingURL=LengthIndicator.d.ts.map