/** * 重写 @vue/compiler-sfc 的 parse 函数 * web 平台下,如果 SFC 没有 style,注入一个默认的空 style */ export declare function rewriteCompilerSfcParse(): void;