export type TabbarItemThemeVars = {
    tabbarItemFontSize?: string;
    tabbarItemTextColor?: string;
    tabbarItemActiveColor?: string;
    tabbarItemActiveBackground?: string;
    tabbarItemLineHeight?: number | string;
    tabbarItemIconSize?: string;
    tabbarItemIconMarginBottom?: string;
};
