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