import { type SelectionRange } from '.';
export declare function modifySelectionPerMouseMove(selectionRange: Range | SelectionRange, { document, target, node, offset, }: {
    document: Document;
    target: Element;
    node?: Node;
    offset?: number;
}): void;
