import * as ɵngcc0 from '@angular/core';
export declare class DatepickerConfig {
    locale: string;
    datepickerMode: string;
    startingDay: number;
    yearRange: number;
    minMode: string;
    maxMode: string;
    showWeeks: boolean;
    formatDay: string;
    formatMonth: string;
    formatYear: string;
    formatDayHeader: string;
    formatDayTitle: string;
    formatMonthTitle: string;
    onlyCurrentMonth: boolean;
    monthColLimit: number;
    yearColLimit: number;
    shortcutPropagation: boolean;
    static ɵfac: ɵngcc0.ɵɵFactoryDef<DatepickerConfig, never>;
}

//# sourceMappingURL=datepicker.config.d.ts.map