import type { JSX, ComponentChild, ComponentFactory, ComponentAttributes } from './type';
export declare const xlinkNS = "http://www.w3.org/1999/xlink";
export declare function h(tag: string | ComponentFactory, attrs: null | ComponentAttributes, ...children: ComponentChild[]): JSX.Element;
