export interface NgxMaterialTimepickerDialTheme {
    dialBackgroundColor?: string;
    dialInactiveColor?: string;
    dialActiveColor?: string;
}
