import type { ICreate, ISelectionRange } from 'jodit/types'; export declare function wrapRangesTextsInTmpSpan(rng: ISelectionRange, restRanges: ISelectionRange[], ci: ICreate, root: HTMLElement): void; export declare function getSelectionWrappers(root: HTMLElement): HTMLElement[]; export declare function clearSelectionWrappers(root: HTMLElement): void; export declare function clearSelectionWrappersFromHTML(root: string): string; export declare function isSelectionWrapper(node: unknown): boolean;