import { Group } from '@visactor/vrender-core';
export declare function jsx(type: string | any, config: Record<string, any>, ...children: any): any;
export declare const Fragment: typeof Group;
