import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class CalendarFooterComponent {
    footerDescription: string;
    showTimePicker: boolean;
    showToday: boolean;
    okLabel: string;
    todayLabel: string;
    todayClick: EventEmitter<void>;
    okClick: EventEmitter<void>;
    static ɵfac: i0.ɵɵFactoryDeclaration<CalendarFooterComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CalendarFooterComponent, "qeydar-calendar-footer", never, { "footerDescription": "footerDescription"; "showTimePicker": "showTimePicker"; "showToday": "showToday"; "okLabel": "okLabel"; "todayLabel": "todayLabel"; }, { "todayClick": "todayClick"; "okClick": "okClick"; }, never, never, true>;
}
