import type { PositionElement } from '../types/index.js';
type Location = 'top' | 'bottom' | 'left' | 'right';
export declare function getPositionsTooltip(): {
    readonly values: PositionElement;
    update(activator: HTMLElement, element: HTMLElement, location?: Location, centered?: boolean, type?: "tooltip" | "menu", avoidCollisions?: boolean): void;
};
export {};
