/// export declare class Counter { element: HTMLElement; constructor(vditor: IVditor); render(vditor: IVditor, mdText: string): void; }