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