import type { OntologyViewerInstance, OntologyViewerOptions } from "./types"; export declare function createViewer(sourceElement: HTMLElement, initialTurtle: string, options: OntologyViewerOptions, onDestroy: () => void): OntologyViewerInstance; //# sourceMappingURL=viewer.d.ts.map