import { CalendarBase } from './calendar-base'; import { TranslateService } from '../../../common/translate.service'; import * as i0 from "@angular/core"; /** * Behavior of calendar grid cell button which is rendered inside a calendar cell. * Similar to something like cdkCalendarCellButton if it existed. * @internal */ export declare class CalendarNextButtonDirective { calendar: CalendarBase; constructor(t: TranslateService, calendar: CalendarBase); ariaLabel: string; private handleClick; isDisabled(): string | boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }