export declare const IFRAME_ROUTE_PREFIX = "/remote"; export declare const IFrame: { namespace: string; state: { src: string; ifHide: boolean; msgs: {}; }; reducers: { jumpToSrc(state: any, action: any): any; hide(state: any, action: any): any; show(state: any, action: any): any; }; effects: {}; subscriptions: { routeWatch({ dispatch, history }: { dispatch: any; history: any; }): any; }; };