import { Injector } from '@angular/core'; import { NarikMatDatePickerBase } from '../base/narik-mat-date-picker-base'; import { DateAdapter, MatDateFormats } from '@angular/material/core'; import * as i0 from "@angular/core"; export declare class NarikMatDatePicker extends NarikMatDatePickerBase { private adapter; private dateFormats; mask: { guide: boolean; showMask: boolean; mask: (string | RegExp)[]; }; internalChange: boolean; internalChange2: boolean; _textValue: string; set textValue(value: string); get textValue(): string; constructor(injector: Injector, adapter: DateAdapter, dateFormats: MatDateFormats); todate(value: any): void; onBlur(event: any): void; protected valueChanged(newValue: any, oldValue: any): void; protected convertValue(value: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }