import { CandyDateFac } from 'ng-met-antd/core'; import { DateHelperService, NzDateDisplayFormats } from 'ng-met-antd/i18n'; import { AbstractTable } from './abstract-table'; import { DateBodyRow, DateCell, YearCell } from './interface'; import * as i0 from "@angular/core"; export declare class YearTableComponent extends AbstractTable { private dateHelper; MAX_ROW: number; MAX_COL: number; constructor(dateHelper: DateHelperService, candyDate: CandyDateFac, dateFormats: NzDateDisplayFormats); makeHeadRow(): DateCell[]; makeBodyRows(): DateBodyRow[]; getClassMap(cell: YearCell): { [key: string]: boolean; }; private isDisabledYear; private addCellProperty; private chooseYear; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }