import { BlockElement } from "../interface"; import '../static/css/wizSvgPainter.css'; export declare function getMarkData(): any; export declare function startMark(block: BlockElement, callback: (markData: string, width: number) => void): void;