import type { LocaleOptions } from 'luxon';
export interface NgxMatTimepickerOptions extends LocaleOptions {
    format?: number;
}
