import { Children } from "./vue-jsx-runtime"; export type RenderType = (tag: any, props: any) => JSX.Element; export declare const childrenTypeKey = "normalizedChildrenType"; export declare const enum ChildrenType { Default = "default", Named = "named", Unknown = "unknown", DefaultWithFunction = "defaultWithFunction" } export declare const jsx: RenderType; export declare const jsxs: RenderType; export declare const Fragment: (setting: { children: Children; }) => JSX.Element; //# sourceMappingURL=jsx-render.d.ts.map