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