declare type TabBarStyle = {
    tabBarNavHeight?: string;
    tabBarNavBorderWidth?: string;
    tabBarNavBorderColor?: string;
    tabBarNavBorderRadius?: string;
    tabBarNavHoverColor?: string;
    tabBarNavActiveColor?: string;
    tabBarNavActiveBorderWidth?: string;
    tabBarNavActiveBorderColor?: string;
    tabBarNavActiveBoxShadow?: string;
};
export { TabBarStyle };
