import { ElementRef, OnDestroy, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class EcabsMaskTimeDirective implements OnInit, OnDestroy { private readonly element; timeRange?: boolean; all: string; private maskedInput; constructor(element: ElementRef); ngOnInit(): void; ngOnDestroy(): void; private getMaskOptions; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }