import { HintPosition } from "./hintItem";
/**
 * Aligns hint position
 *
 * @api private
 */
export declare const alignHintPosition: (position: HintPosition, hintElement: HTMLElement, targetElement?: HTMLElement) => void;
