import { TooltipAlignType } from '../../types/tooltipAlign';
import { Coords, ElementRects } from '../types';
export declare const computeCoordsFromPlacement: ({ reference, floating }: ElementRects, placement: TooltipAlignType) => Coords;
