import { PColumnPredicate, PFrameHandle, PlMultiSequenceAlignmentModel, PlSelectionModel } from '@platforma-sdk/model'; type __VLS_Props = { /** * Handle to PFrame created using `createPFrameForGraphs`. * Should contain all desired sequence and label columns. */ readonly pFrame: PFrameHandle | undefined; /** * Return true if column should be shown in sequence columns dropdown. * By default, all sequence columns are selected. */ readonly sequenceColumnPredicate: PColumnPredicate; /** * Row selection model (from `PlAgDataTableV2` or `GraphMaker`). * If not provided or empty, all rows will be considered selected. * Warning: should be forwarded as a field of `reactive` object */ readonly selection?: PlSelectionModel; }; type __VLS_PublicProps = { modelValue?: PlMultiSequenceAlignmentModel; } & __VLS_Props; declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: PlMultiSequenceAlignmentModel) => any; }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "onUpdate:modelValue"?: ((value: PlMultiSequenceAlignmentModel) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { msa: import('vue').CreateComponentPublicInstanceWithMixins & Readonly<{}>, { rootEl: Readonly>; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, { rootRef: HTMLDivElement; referenceCell: HTMLDivElement; sidebar: HTMLDivElement; phylogeneticTree: HTMLDivElement; labels: HTMLDivElement; corner: HTMLDivElement; labelHeaders: HTMLDivElement; }, HTMLDivElement, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{ sequences: { name: string; rows: string[]; residueCounts: import('./types').ResidueCounts; highlightImageUrl?: string; }[]; labels: { rows: string[]; }[]; columnLabels?: string[]; highlightLegend: import('./types').HighlightLegend | undefined; phylogeneticTree: import('./phylogenetic-tree.worker').TreeNodeData[] | undefined; widgets: import('@platforma-sdk/model').PlMultiSequenceAlignmentWidget[]; }> & Readonly<{}>, { rootEl: Readonly>; }, {}, {}, {}, {}> | null; }, any>; export default _default; //# sourceMappingURL=PlMultiSequenceAlignment.vue.d.ts.map