export interface NgxMaterialTimepickerContainerTheme {
    bodyBackgroundColor?: string;
    primaryFontFamily?: string;
    buttonColor?: string;
}
