export declare function setTargetLine(offsetWidth: string, offsetLeft: number, targetLineElem: HTMLElement, targetBlockElem: HTMLElement, lastTargetBlock: {
    boundingBox?: DOMRect;
    elem: HTMLElement | null;
    isBelow: boolean;
}, mouseY: number, anchorElem: HTMLElement, event: DragEvent, debugHighlightRef: React.RefObject<HTMLDivElement | null>, isFoundNodeEmptyParagraph?: boolean): {
    isBelow: boolean;
    willStayInSamePosition: boolean;
};
//# sourceMappingURL=setTargetLine.d.ts.map