import { Props, VNode, VirtualChildren, Component } from 'nerv-shared';
declare function createVNode(type: string, props: Props, children: VirtualChildren, key: any, namespace: string, owner: Component<any, any>, ref: Function | string | null | undefined): VNode;
export default createVNode;