export declare function transformVueJsx(code: string, id: string, jsxOptions?: Record): { code: string; map: any; };