This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/**
* 重写 @vue/compiler-sfc 的 parse 函数
* web 平台下,如果 SFC 没有 style,注入一个默认的空 style
*/
export declare function rewriteCompilerSfcParse(): void;