import { FloatingOverlayOptions } from '../floating-overlay.config'; export declare function computeOverlayPosition(referenceElement: HTMLElement, overlayElement: HTMLElement, innerElement: HTMLElement, arrowElement: HTMLElement | null, { placement, offset, outerPadding, matchReferenceWidth: useReferenceWidth, enableFallback, strategy }: FloatingOverlayOptions): Promise; //# sourceMappingURL=compute-overlay-position.d.ts.map