import NightingaleElement from "@nightingale-elements/nightingale-new-core"; import "./components/Canvas/SequenceViewer"; import "./components/Labels"; import { Region, SequencesMSA } from "./types/types"; declare const NightingaleMSA_base: import("@nightingale-elements/nightingale-new-core/dist/nightingale-base-element").Constructor & import("@nightingale-elements/nightingale-new-core/dist/nightingale-base-element").Constructor & import("@nightingale-elements/nightingale-new-core/dist/nightingale-base-element").Constructor & import("@nightingale-elements/nightingale-new-core/dist/nightingale-base-element").Constructor & import("@nightingale-elements/nightingale-new-core/dist/nightingale-base-element").Constructor & typeof NightingaleElement; declare class NightingaleMSA extends NightingaleMSA_base { colorScheme?: string; labelWidth?: number; tileHeight?: number; activeLabel?: string; sampleSize?: number; overlayConservtion?: boolean; worker: Worker; private sequenceViewer?; private labelPanel?; constructor(); set data(sequences: SequencesMSA); set features(features: Array); getColorMap(): { name: string; map: Record | undefined; } | undefined; render(): import("lit-html").TemplateResult<1>; updated(): void; protected firstUpdated(): void; } export default NightingaleMSA; //# sourceMappingURL=nightingale-msa.d.ts.map