import { ElementRef, OnDestroy, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class EcabsMaskDateDirective implements OnInit, OnDestroy { private readonly element; isDateTimeMask: boolean; considerSeconds: boolean; private maskedInput; private readonly timeMaskOptions; constructor(element: ElementRef); ngOnInit(): void; ngOnDestroy(): void; private buildDynamicMask; private getDaySegment; private getMonthSegment; private extractTimeValue; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }