import type { Child, Component, Element } from '../types'; export declare function h
(component: Component
, child: Child): Element; export declare function h
(component: Component
, props?: P | null, ...children: Child[]): Element; //# sourceMappingURL=h.d.ts.map