export const embed: (el: HTMLElement | string, spec: import("./spec/root.js").RootSpec | string, options?: import("./types/embedApi.js").EmbedOptions) => Promise; import GenomeSpy from "./genomeSpyBase.js"; import { html } from "lit"; import icon from "./img/bowtie.svg"; import favIcon from "./img/genomespy-favicon.svg"; import { loadSpec } from "./embedFactory.js"; export { GenomeSpy, html, icon, favIcon, loadSpec }; //# sourceMappingURL=minimal.d.ts.map