type TooltipPosition = 'top' | 'right' | 'bottom' | 'left'; export default TooltipPosition;