import { TagDefinition } from '../index'; export declare const render: (tagDef: TagDefinition, target: HTMLElement, props?: (element: HTMLElement) => void) => Promise;