import { CodeEditor, Hooks } from '../editor'; import { FileConstructor } from '../libs/interfaces/editor'; /** 高亮编辑器 */ export declare class HighLightEditor extends CodeEditor { protected fileConstructor(): FileConstructor; constructor(element: HTMLElement, hooks: Hooks); }