import { ElementRef } from "@angular/core"; import { MaskDirective } from "ngx-mask"; import * as i0 from "@angular/core"; /** * Overrides mask behavior for TextControl */ export declare class NgxMaskDirective { constructor(maskDirective: MaskDirective, elementRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }