export * from './common'; export declare const OFFICIAL_LIB_KEY = "gsd-h5-react"; export declare const rootDir: string; export declare const npmRegistry = "https://mirrors.tencent.com/npm/"; export declare const remConfig: { rootValue: number; propList: string[]; unitPrecision: number; selectorBlackList: never[]; replace: boolean; mediaQuery: boolean; minPixelValue: number; }; export declare const rpxConfig: { zoom: number; }; export declare const CALC_RPX_ROOT_VAL_NAME: string;