export declare function setFloatingElemPosition(args: {
    alwaysDisplayOnTop?: boolean;
    anchorElem: HTMLElement;
    anchorFlippedOffset?: number;
    floatingElem: HTMLElement;
    horizontalOffset?: number;
    horizontalPosition?: 'center' | 'left';
    specialHandlingForCaret?: boolean;
    targetRect: ClientRect | null;
    verticalGap?: number;
}): number | undefined;
//# sourceMappingURL=setFloatingElemPosition.d.ts.map