import { Props, VirtualChildren, VNode } from 'nerv-shared';
declare function h(type: string, props: Props, children?: VirtualChildren): VNode;
export default h;
