declare const PLUGIN_VUE2_NAME = "rsbuild:vue2"; declare function pluginVue2(options: any): { name: string; setup(api: any): void; }; export { PLUGIN_VUE2_NAME, pluginVue2 };