/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { TemplateRef } from '@angular/core';
import { IntlService } from '@progress/kendo-angular-intl';
import { CalendarView } from './models/view.type';
import * as i0 from "@angular/core";
/**
 * @hidden
 */
export declare class FooterComponent {
    intl: IntlService;
    showFooter: boolean;
    footerTemplateRef: TemplateRef<any>;
    activeViewValue: CalendarView;
    currentDate: Date;
    getToday: () => Date;
    constructor(intl: IntlService);
    static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "kendo-calendar-footer", never, { "footerTemplateRef": { "alias": "footerTemplateRef"; "required": false; }; "activeViewValue": { "alias": "activeViewValue"; "required": false; }; "currentDate": { "alias": "currentDate"; "required": false; }; }, {}, never, never, true, never>;
}
