import { Editor } from "./Editor"; import "../src/ECLEditor.css"; export declare class ECLEditor extends Editor { options(): any; ecl(): string; ecl(_: string): this; } //# sourceMappingURL=ECLEditor.d.ts.map