import { InjectionToken } from '@angular/core';
export declare type OwlDateTimeFormats = {
    parseInput: any;
    fullPickerInput: any;
    datePickerInput: any;
    timePickerInput: any;
    monthYearLabel: any;
    dateA11yLabel: any;
    monthYearA11yLabel: any;
};
export declare const OWL_DATE_TIME_FORMATS: InjectionToken<OwlDateTimeFormats>;
