import '../types'; import type { Child, Component, Element } from '../types'; import 'via.js'; export declare function jsx

(component: Component

, props?: P, ...children: Child[]): Element; export declare function jsx

(component: Component

, props?: P, key?: string): Element; export declare const jsxDEV:

(component: Component

, props: P | null, key: string, isStatic: boolean, source: { fileName: string; lineNumber: number; columnNumber: number; }, self: any) => Element; export declare const getMeta: (target: Element) => any; //# sourceMappingURL=jsx-runtime.via.d.ts.map