/**----------------------------------------------------------------------------------------- * Copyright © 2024 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; activeViewValue: CalendarView; currentDate: Date; getToday: () => Date; constructor(intl: IntlService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }