export declare const UNAUTHORIZED_TIP = "EleAdminPro: \u672A\u6388\u6743!"; export declare function useLicense(): { authenticated: import("vue").Ref; }; export declare function checkLicense(licenseKey?: string): boolean;