import { NodeContext, VNode } from '../types';
export declare function renderChildren(currentChildren: VNode[], previousChildren: VNode[] | VNode, container: HTMLElement, parentIndex: number, context: NodeContext): Promise<VNode[]>;
