import { HyperInstance } from "./elements"; declare global { interface MainModule { h: typeof h; } } export declare function h(component: Component, props: Props, ...children: Children): HyperInstance;