interface HorizontalMarker { color: string; value: number; } export type { HorizontalMarker as H };