import { Colors } from '../../../shared/enums'; export interface ITooltip { label: string; isActive?: boolean; isMultiLine?: boolean; color: Colors; position: 'left' | 'top' | 'right' | 'bottom'; }