export declare function toggleInlineTag(root: HTMLElement, tag: 'strong' | 'em' | 'u' | 'span', attrs?: Record): void; export declare function surroundInline(range: Range, tag: string, attrs?: Record): void; export declare function unwrap(node: HTMLElement): void; export declare function rgbToHex(rgb: string): string; export declare function setFontFamily(root: HTMLElement, family: string): void;