import type { InlineToolConstructorOptions } from '@editorjs/editorjs'; import { CuiCustomMarkerTool } from './custom-marker.tool'; export declare class CuiToolMarker extends CuiCustomMarkerTool { protected readonly CLASS = "tool-marker"; constructor(data: InlineToolConstructorOptions); render(): HTMLButtonElement; }