export declare const TOOLTIP_POSITIONS: string[]; export type TooltipPositions = "top" | "bottom" | "left" | "right";