export type Effect = "emissive" | "combatReactive" | "killReactive" | "bossKillReactive" | "animated";
export type ShipType = "sailsEmblem" | "sailsPattern" | "sailsColor" | "hull" | "crowsNest" | "trophy" | "wheel" | "helmDecor" | "ornaments" | "figureHead" | "nameplate" | "pet" | "crewLook" | "aura" | "shipSkin";
export type PlayerOutfitType = "headwear" | "faceAccessory" | "torso" | "neck" | "forearm" | "hand" | "waist" | "bottom" | "footwear" | "bodyCosmetics" | "emote";
export type PlayerAppearanceType = "hair" | "facialHair" | "eyeColor";
//# sourceMappingURL=CosmeticProperties.d.ts.map