export declare const MARKER_COLOR = "#2563eb"; export declare const MAP_MARKER_SIZES: ("xs" | "sm" | "md" | "lg" | "xl")[]; export declare const MAP_MARKER_STATES: ("default" | "expanded" | "selected" | "hovered")[]; export declare const MAP_MARKER_LONG_LABEL = "Very long fleet asset identifier that should truncate with ellipsis when it exceeds the pill max width";