import type { MarkerType } from '../../services/markers-service.options'; export interface Tool { id: string; image?: string; title?: string; type?: MarkerType; } export declare const EDITOR_TOOL_MODAL_SELECTOR = "cc-editor-tool-modal";