import { WithApiCallback } from '@ray-js/types'; export declare function showTabBar(options?: WithApiCallback<{ animation?: boolean; }>): void; export declare function hideTabBar(options?: WithApiCallback<{ animation?: boolean; }>): void;