import type { InitializeOptions, OntologyViewerInstance, OntologyViewerManager, OntologyViewerOptions } from "./types"; export type { InitializeOptions, LayoutName, OntologyViewerError, OntologyViewerInstance, OntologyViewerManager, OntologyViewerOptions, ViewerStatus, ViewMode, } from "./types"; export type { Locale } from "./locale"; export type { Theme } from "./theme"; export declare function render(element: HTMLElement, options?: OntologyViewerOptions): OntologyViewerInstance; export declare function initialize(options?: InitializeOptions): OntologyViewerManager; export declare function getInstance(element: HTMLElement): OntologyViewerInstance | undefined; declare const ontologyviewer: { initialize: typeof initialize; render: typeof render; getInstance: typeof getInstance; }; export default ontologyviewer; //# sourceMappingURL=index.d.ts.map