import { DateTimePickerTimezone } from './date-time-picker.utils';
import * as i0 from "@angular/core";
export declare class DateTimePickerConfig {
    showDate: boolean;
    showTime: boolean;
    showTimezone: boolean;
    showSeconds: boolean;
    showMeridian: boolean;
    showSpinners: boolean;
    showNowBtn: boolean;
    weekdays: string[];
    nowBtnText: string;
    timezones: DateTimePickerTimezone[];
    months: string[];
    monthsShort: string[];
    meridians: string[];
    min: Date;
    max: Date;
    static ɵfac: i0.ɵɵFactoryDeclaration<DateTimePickerConfig, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<DateTimePickerConfig>;
}
