import { NbDateService } from './date.service'; export declare class NbCalendarYearModelService { protected dateService: NbDateService; protected yearsInView: number; protected yearsInRow: number; constructor(dateService: NbDateService); getYearsInView(): number; getYearsInRow(): number; getViewYears(viewYear: D): D[][]; protected copyWithYear(year: number, date: D): D; }