export type ActionBarThemeVars = {
    actionBarBackground?: string;
    actionBarHeight?: string;
};
