export declare const TimeFormats: {
    dateTimeLocal: string;
    dateTimeUTC: string;
    allDay: string;
};
