export declare module DateTimePickerLocalization {
    const namespace = "Omnia.Ux.DatetimePicker";
    interface locInterface {
        InvalidDate: string;
        IsRequiredMessage: string;
    }
}
