import type { Placement, ElementRects, Coords } from './types'; export declare function computeCoordsFromPlacement({ reference, floating }: ElementRects, placement: Placement, rtl?: boolean): Coords;