import { ACURA_TRIMS, AFEELA_TRIMS, ALFA_ROMEO_TRIMS, AUDI_TRIMS, BENTLEY_TRIMS, BMW_TRIMS, BUGATTI_RIMAC_TRIMS, BUICK_TRIMS, BYD_MOTORS_TRIMS, BYTON_TRIMS, CADILLAC_TRIMS, CHEVROLET_TRIMS, CHRYSLER_TRIMS, DODGE_TRIMS, FERRARI_TRIMS, FIAT_TRIMS, FISKER_TRIMS, FORD_TRIMS, GENESIS_TRIMS, GMC_TRIMS, HONDA_TRIMS, HYUNDAI_TRIMS, JAGUAR_TRIMS, JEEP_TRIMS, KANDI_TRIMS, KARMA_TRIMS, KIA_TRIMS, LAMBORGHINI_TRIMS, LAND_ROVER_TRIMS, LEXUS_TRIMS, LINCOLN_TRIMS, LORDSTOWN_TRIMS, LOTUS_TRIMS, LUCID_TRIMS, MASERATI_TRIMS, MAZDA_TRIMS, MCLAREN_TRIMS, MERCEDES_AMG_TRIMS, MERCEDES_BENZ_TRIMS, MERCEDES_MAYBACH_TRIMS, MINI_TRIMS, MITSUBISHI_TRIMS, NISSAN_TRIMS, POLESTAR_TRIMS, PORSCHE_TRIMS, RAM_TRIMS, RIVIAN_TRIMS, ROLLS_ROYCE_TRIMS, SCOUT_TRIMS, SMART_TRIMS, SOLECTRIA_TRIMS, SUBARU_TRIMS, TESLA_TRIMS, TOYOTA_TRIMS, VINFAST_TRIMS, VOLKSWAGEN_TRIMS, VOLVO_TRIMS } from "../constants/carTrimsConstants"; type AcuraTrims = (typeof ACURA_TRIMS)[number]; type AfeelaTrims = (typeof AFEELA_TRIMS)[number]; type AlfaRomeoTrims = (typeof ALFA_ROMEO_TRIMS)[number]; type AudiTrims = (typeof AUDI_TRIMS)[number]; type BentleyTrims = (typeof BENTLEY_TRIMS)[number]; type BMWTrims = (typeof BMW_TRIMS)[number]; type BugattiRimacTrims = (typeof BUGATTI_RIMAC_TRIMS)[number]; type BuickTrims = (typeof BUICK_TRIMS)[number]; type BYDMotorsTrims = (typeof BYD_MOTORS_TRIMS)[number]; type BytonTrims = (typeof BYTON_TRIMS)[number]; type CadillacTrims = (typeof CADILLAC_TRIMS)[number]; type ChevroletTrims = (typeof CHEVROLET_TRIMS)[number]; type ChryslerTrims = (typeof CHRYSLER_TRIMS)[number]; type DodgeTrims = (typeof DODGE_TRIMS)[number]; type FerrariTrims = (typeof FERRARI_TRIMS)[number]; type FiatTrims = (typeof FIAT_TRIMS)[number]; type FiskerTrims = (typeof FISKER_TRIMS)[number]; type FordTrims = (typeof FORD_TRIMS)[number]; type GenesisTrims = (typeof GENESIS_TRIMS)[number]; type GMCTrims = (typeof GMC_TRIMS)[number]; type HondaTrims = (typeof HONDA_TRIMS)[number]; type HyundaiTrims = (typeof HYUNDAI_TRIMS)[number]; type JaguarTrims = (typeof JAGUAR_TRIMS)[number]; type JeepTrims = (typeof JEEP_TRIMS)[number]; type KandiTrims = (typeof KANDI_TRIMS)[number]; type KarmaTrims = (typeof KARMA_TRIMS)[number]; type KiaTrims = (typeof KIA_TRIMS)[number]; type LamborghiniTrims = (typeof LAMBORGHINI_TRIMS)[number]; type LandRoverTrims = (typeof LAND_ROVER_TRIMS)[number]; type LexusTrims = (typeof LEXUS_TRIMS)[number]; type LincolnTrims = (typeof LINCOLN_TRIMS)[number]; type LordstownTrims = (typeof LORDSTOWN_TRIMS)[number]; type LotusTrims = (typeof LOTUS_TRIMS)[number]; type LucidTrims = (typeof LUCID_TRIMS)[number]; type MaseratiTrims = (typeof MASERATI_TRIMS)[number]; type MazdaTrims = (typeof MAZDA_TRIMS)[number]; type McLarenTrims = (typeof MCLAREN_TRIMS)[number]; type MercedesAMGTrims = (typeof MERCEDES_AMG_TRIMS)[number]; type MercedesBenzTrims = (typeof MERCEDES_BENZ_TRIMS)[number]; type MercedesMaybachTrims = (typeof MERCEDES_MAYBACH_TRIMS)[number]; type MiniTrims = (typeof MINI_TRIMS)[number]; type MitsubishiTrims = (typeof MITSUBISHI_TRIMS)[number]; type NissanTrims = (typeof NISSAN_TRIMS)[number]; type PolestarTrims = (typeof POLESTAR_TRIMS)[number]; type PorscheTrims = (typeof PORSCHE_TRIMS)[number]; type RamTrims = (typeof RAM_TRIMS)[number]; type RivianTrims = (typeof RIVIAN_TRIMS)[number]; type RollsRoyceTrims = (typeof ROLLS_ROYCE_TRIMS)[number]; type ScoutTrims = (typeof SCOUT_TRIMS)[number]; type SmartTrims = (typeof SMART_TRIMS)[number]; type SolectriaTrims = (typeof SOLECTRIA_TRIMS)[number]; type SubaruTrims = (typeof SUBARU_TRIMS)[number]; type TeslaTrims = (typeof TESLA_TRIMS)[number]; type ToyotaTrims = (typeof TOYOTA_TRIMS)[number]; type VinFastTrims = (typeof VINFAST_TRIMS)[number]; type VolkswagenTrims = (typeof VOLKSWAGEN_TRIMS)[number]; type VolvoTrims = (typeof VOLVO_TRIMS)[number]; export type { AcuraTrims, AfeelaTrims, AlfaRomeoTrims, AudiTrims, BentleyTrims, BMWTrims, BugattiRimacTrims, BuickTrims, BYDMotorsTrims, BytonTrims, CadillacTrims, ChevroletTrims, ChryslerTrims, DodgeTrims, FerrariTrims, FiatTrims, FiskerTrims, FordTrims, GenesisTrims, GMCTrims, HondaTrims, HyundaiTrims, JaguarTrims, JeepTrims, KandiTrims, KarmaTrims, KiaTrims, LamborghiniTrims, LandRoverTrims, LexusTrims, LincolnTrims, LordstownTrims, LotusTrims, LucidTrims, MaseratiTrims, MazdaTrims, McLarenTrims, MercedesAMGTrims, MercedesBenzTrims, MercedesMaybachTrims, MiniTrims, MitsubishiTrims, NissanTrims, PolestarTrims, PorscheTrims, RamTrims, RivianTrims, RollsRoyceTrims, ScoutTrims, SmartTrims, SolectriaTrims, SubaruTrims, TeslaTrims, ToyotaTrims, VinFastTrims, VolkswagenTrims, VolvoTrims }; export type CarTrimType = AcuraTrims | AfeelaTrims | AlfaRomeoTrims | AudiTrims | BentleyTrims | BMWTrims | BugattiRimacTrims | BuickTrims | BYDMotorsTrims | BytonTrims | CadillacTrims | ChevroletTrims | ChryslerTrims | DodgeTrims | FerrariTrims | FiatTrims | FiskerTrims | FordTrims | GenesisTrims | GMCTrims | HondaTrims | HyundaiTrims | JaguarTrims | JeepTrims | KandiTrims | KarmaTrims | KiaTrims | LamborghiniTrims | LandRoverTrims | LexusTrims | LincolnTrims | LordstownTrims | LotusTrims | LucidTrims | MaseratiTrims | MazdaTrims | McLarenTrims | MercedesAMGTrims | MercedesBenzTrims | MercedesMaybachTrims | MiniTrims | MitsubishiTrims | NissanTrims | PolestarTrims | PorscheTrims | RamTrims | RivianTrims | RollsRoyceTrims | ScoutTrims | SmartTrims | SolectriaTrims | SubaruTrims | TeslaTrims | ToyotaTrims | VinFastTrims | VolkswagenTrims | VolvoTrims | "none"; //# sourceMappingURL=trimTypes.d.ts.map