import { VNode, IntactElement } from '../utils/types'; export declare function render(vNode: VNode | null | undefined, parentDom: IntactElement): void;