import { NamedNode } from 'rdflib'; export declare function createApplicationTable(subject: NamedNode): HTMLTableElement; export declare function createContainer(elementName: K, children: HTMLElement[], attributes?: {}, eventListeners?: {}, onCreated?: null): HTMLElementTagNameMap[K]; export declare function createText(elementName: K, textContent: string | null, attributes?: {}, eventListeners?: {}, onCreated?: null): HTMLElementTagNameMap[K]; //# sourceMappingURL=trustedApplications.dom.d.ts.map