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