export declare const name = "VUI"; export declare const globals: { vue: string; }; export declare const baseExternal: string[]; export declare const external: string[]; export declare const rootPath: string; export declare const alias: { '@/': string; };