import * as i0 from "@angular/core";
export declare class NgxLowerCaseDirective {
    lowerCase: string;
    private getCaret;
    private setCaret;
    private dispatchEvent;
    private convertValue;
    onBlur(el: any, value: string): void;
    onInput(el: any, value: string): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgxLowerCaseDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<NgxLowerCaseDirective, "input[lowerCase]:not([upperCase]),textarea[lowerCase]:not([upperCase])", never, { "lowerCase": "lowerCase"; }, {}, never>;
}
