/** Default gap between the target element and the tooltip (px) */ export declare const DEFAULT_OFFSET = 10; /** Arrow size in px */ export declare const ARROW_SIZE = 8; /** Default highlight padding around the target element (px) */ export declare const DEFAULT_HIGHLIGHT_PADDING = 4; /** Opposite side mapping for flip logic */ export declare const OPPOSITE_SIDE: Record;