export declare const removeAllSelection: () => void; export declare const syncScroll: (left: HTMLElement, right: HTMLElement) => () => void; export declare const getElementRoot: (element?: HTMLElement) => Document | ShadowRoot; export declare const getDiffIdFromElement: (element?: HTMLElement) => string | null | undefined;