import { BasePlugin } from './base'; import { Options } from '../type'; export declare class ContentNodePlugin extends BasePlugin { process(currNode: HTMLElement, opt: Options): boolean; resolveNode(currNode: HTMLElement, startOffset: number, endOffset: number, props: any, opt: Options): HTMLElement; }