import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core'; import { NzDatePickerComponent } from 'ng-zorro-antd/date-picker'; import { ICustomFilter } from '../custom-filter.types'; import * as i0 from "@angular/core"; export declare class RdFilterDateComponent implements OnChanges { item: ICustomFilter & { value: any; }; datePicker: NzDatePickerComponent; handleChangeValue: EventEmitter; isPickerOpen: boolean; inputValue: Date[]; disabledDate: (current: Date) => boolean; ngOnChanges(changes: SimpleChanges): void; openPicker(): void; onDateChange(dates: Date[]): void; onOpenChange(open: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }