/// export declare const getSelectText: (editor: HTMLElement, range?: Range) => string; /** 只有wysiwyg才会生效 **/ export declare const getSelectMD: (vditor: IVditor) => string; /** 只有wysiwyg才会生效 **/ export declare const getSelectHTML: (vditor: IVditor) => string;