declare const _default: { showTabBar(): Promise; hideTabBar(): Promise; showTabBarRedDot({ index }: { index: any; }): Promise; hideTabBarRedDot({ index }: { index: any; }): Promise; setTabBarBadge({ index, text }: { index: any; text: any; }): Promise; removeTabBarBadge({ index }: { index: any; }): Promise; setTabBarItem({ index, text, iconPath, selectedIconPath }: { index: any; text: any; iconPath: any; selectedIconPath: any; }): Promise; setTabBarStyle({ color, selectedColor, backgroundColor, borderStyle }: { color: any; selectedColor: any; backgroundColor: any; borderStyle: any; }): Promise; }; export default _default;