import { VirtualNode } from "./virt"; export declare const stringifyVirtualNode: (node: VirtualNode, slotPlaceholder?: string) => any;