import { Emitter } from '@ray-js/framework-shared'; export declare const appStoreEmitter: Emitter; export declare const renderOptions: { tabBarVisible: boolean; tabBarAnimation: boolean; }; export declare const actions: { toggleTabBar: string; onChange: string; }; export declare const events: { tabBarChange: string; };