import { EventEmitter, OnInit } from "@angular/core"; import { AnnaDateTimeFormatService, NgbDateType } from "@annalib/anna-core"; import * as i0 from "@angular/core"; export declare class AfrPlanCampaignDateInputComponent implements OnInit { calendarMinEnabledDate: NgbDateType; calendarMaxEnabledDate: NgbDateType; selectedMinDate: NgbDateType; selectedMaxDate: NgbDateType; selectedLabel: string; dateChanged: EventEmitter; closeTooltip: EventEmitter; isFilterChanged: boolean; disableCalendarApplyBtn: boolean; calendarSelection: any; previousCalendarSelection: any; annaDateTimeFormatService: AnnaDateTimeFormatService; ngOnInit(): void; createInitialData(): void; applyDateFilter(): void; cancelInDateFilter(): void; calendarDateChanged(event: any): void; disableCalendarApplyButton(): void; checkIfDateTooltipIsFiltered(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }