declare const _default: { setNavigationBar({ title, image, backgroundColor, borderBottomColor, reset }: { title: any; image: any; backgroundColor: any; borderBottomColor: any; reset: any; }): Promise; getTitleColor(): Promise; showNavigationBarLoading(): Promise; hideNavigationBarLoading(): Promise; hideBackHome(): void; }; export default _default;