import { PlMultiSequenceAlignmentWidget } from '@platforma-sdk/model'; import { TreeNodeData } from './phylogenetic-tree.worker'; import { HighlightLegend, ResidueCounts } from './types'; type __VLS_Props = { sequences: { name: string; rows: string[]; residueCounts: ResidueCounts; highlightImageUrl?: string; }[]; labels: { rows: string[]; }[]; columnLabels?: string[]; highlightLegend: HighlightLegend | undefined; phylogeneticTree: TreeNodeData[] | undefined; widgets: PlMultiSequenceAlignmentWidget[]; }; declare const _default: import('vue').DefineComponent<__VLS_Props, { rootEl: Readonly>; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { rootRef: HTMLDivElement; referenceCell: HTMLDivElement; sidebar: HTMLDivElement; phylogeneticTree: HTMLDivElement; labels: HTMLDivElement; corner: HTMLDivElement; labelHeaders: HTMLDivElement; }, HTMLDivElement>; export default _default; //# sourceMappingURL=MultiSequenceAlignmentView.vue.d.ts.map