export type TabbarThemeVars = { tabbarHeight?: string; tabbarZIndex?: string; tabbarBackgroundColor?: string; tabbarItemFontSize?: string; tabbarItemColor?: string; tabbarItemLineHeight?: string; tabbarItemIconSize?: string; tabbarItemMarginBottom?: string; tabbarItemActiveColor?: string; tabbarItemActiveBackgroundColor?: string; };