import { CalendarCellDirective } from './shared/calendar-cell.directive'; import { CalendarBase } from './shared/calendar-base'; import * as i0 from "@angular/core"; import * as i1 from "@danske/sapphire-angular"; /** * Sapphire implementation of calendar cell button. */ export declare class CalendarCellButtonComponent { readonly calendar: CalendarBase; readonly cell: CalendarCellDirective; constructor(calendar: CalendarBase, cell: CalendarCellDirective); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }