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