import type { DSHookFloatingContextT } from '../react-desc-prop-types.js'; export default function computeOffsets(placement: DSHookFloatingContextT.PopperPlacementsT, referenceRect: DOMRect, floatingRect: DOMRect): { x: number; y: number; };