import { EventEmitter } from '@angular/core'; export declare class CalendarNavComponent { label: string; isLabelClickable: boolean; showLeftNav: boolean; showLeftSecondaryNav: boolean; showRightNav: boolean; showRightSecondaryNav: boolean; leftNavDisabled: boolean; leftSecondaryNavDisabled: boolean; rightNavDisabled: boolean; rightSecondaryNavDisabled: boolean; showGoToCurrent: boolean; theme: string; onLeftNav: EventEmitter; onLeftSecondaryNav: EventEmitter; onRightNav: EventEmitter; onRightSecondaryNav: EventEmitter; onLabelClick: EventEmitter; onGoToCurrent: EventEmitter; leftNavClicked(): void; leftSecondaryNavClicked(): void; rightNavClicked(): void; rightSecondaryNavClicked(): void; labelClicked(): void; }