import { NodeTemplate } from "../../dom-render"; export declare const createNodeElement: (template: NodeTemplate, parent?: HTMLElement) => string;