export type TabbarThemeVars = {
    tabbarHeight?: string;
    tabbarZIndex?: number | string;
    tabbarBackground?: string;
};
