/********** Angular **********/ import { OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; /********** Ionic **********/ /********** Plugin **********/ import { DateRangeService } from '@progress/kendo-angular-dateinputs'; /********** Component & Service **********/ import { ZField, ZGroup, ZComponentProperties, ZComponent } from 'mmhglobal-zcore'; import * as i0 from "@angular/core"; export declare class ZdaterangeComponent implements ZComponent, OnInit { data: ZField; group: ZGroup; form: FormGroup; zdaterange: DateRangeService; range: { start: Date; end: Date; }; componentProperties: ZComponentProperties; constructor(); ngOnInit(): void; ngAfterViewInit(): void; setNewRange(min: Date, max: Date): void; setEnable: (status: boolean) => void; setVisible: (status: boolean) => void; setRequire: (status: boolean) => void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }