export declare function setCssCdn(): false | undefined;
export declare function setJsCdn(): false | undefined;
/**
 * 批量设置字体图标、动态js
 * @method cssCdn 动态批量设置字体图标
 * @method jsCdn 动态批量设置第三方js
 */
declare const setIntroduction: {
    cssCdn: () => void;
    jsCdn: () => void;
};
export default setIntroduction;
