import { EventEmitter, OnDestroy } from '@angular/core'; import { GtrCalendarService } from '../gtr-calendar.service'; import * as i0 from "@angular/core"; interface INavigationClick { direction: 'prev' | 'next'; years: boolean; } export declare class GtrCalendarNavigationComponent implements OnDestroy { private calendarService; constructor(calendarService: GtrCalendarService); dataTransactionName: string; addMonths: number; set calendarDate(value: Date); get calendarDate(): Date; private _calendarDate; navigation: boolean; navYearFirst: boolean; locale: string; view: 'days' | 'months' | 'years'; type: 'days' | 'months' | 'years'; navigationClick: EventEmitter; private calendarStateSubscription; get date(): Date; get hostClasses(): any; ngOnDestroy(): void; calendarStateSubscribe(subscribe?: boolean): void; setView(view: 'days' | 'months' | 'years'): void; handleNavigationClick(direction: 'prev' | 'next', years?: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};