declare type SpeedCategory = 'SC1' | 'SC2' | 'SC3' | 'SC4' | 'SC5' | 'SC6' | 'SC7' | 'SC8'; export default SpeedCategory;