import { VirtualElement } from '../../../types'; export declare function rootRender(element: VirtualElement, container: HTMLElement): HTMLElement | Text;