export default MobileAuth; declare function MobileAuth({ Vue, param: { platform, scene, chn, icon, desc, bottom }, zIndex }: { Vue: any; param?: { platform: number; }; zIndex?: number; }): Promise; declare namespace MobileAuth { function showMobileAuthLayer({ Vue, param: { chn, scene, platform, zIndex, bottom, icon, desc } }: { Vue: any; param: { chn: any; scene: any; platform: any; zIndex: any; bottom: any; icon: any; desc: any; }; }): Promise; function checkLogin(): Promise; }