import type { LabelmapSegmentationData } from '../../../types/LabelmapTypes.js'; import type { LabelmapRenderingConfig } from '../../../types/SegmentationStateTypes.js'; import { type LabelmapRenderPlanMountResult } from './labelmapRenderPlan.js'; declare function addLabelmapToElement(element: HTMLDivElement, labelMapData: LabelmapSegmentationData, segmentationId: string, config: LabelmapRenderingConfig): Promise; export default addLabelmapToElement;