import { IconRegistry } from '@danske/sapphire-angular'; import { CalendarBase } from './shared/calendar-base'; import { CalendarDate } from '@internationalized/date'; import * as i0 from "@angular/core"; import * as i1 from "@danske/sapphire-angular"; /** * Calendar header, with previous/next buttons * @internal */ export declare class CalendarHeaderComponent { readonly calendar: CalendarBase; date?: CalendarDate; isLeft: boolean; isRight: boolean; constructor(calendar: CalendarBase, iconRegistry: IconRegistry); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }