//#region src/raw.d.ts export declare const propsHelperCode: string; export declare const vdomHelperCode: string; export declare const vaporHelperCode: string; export declare const ssrHelperCode: string; export declare const propsHelperId = "/vue-jsx/props"; export declare const vdomHelperId = "/vue-jsx/vdom"; export declare const vaporHelperId = "/vue-jsx/vapor"; export declare const ssrHelperId = "/vue-jsx/ssr"; //#endregion