export type ActionBarButtonThemeVars = {
    actionBarButtonHeight?: string;
    actionBarButtonWarningColor?: string;
    actionBarButtonDangerColor?: string;
};
