import { Color } from 'three'; /** Colors of different event data types. */ export declare const EVENT_DATA_TYPE_COLORS: { Hits: Color; Tracks: Color; Jets: Color; CaloClusters: Color; MuonChambers: Color; Vertices: Color; MissingEnergy: Color; PlanarCaloCells: Color; };