/** Theme-token color for a body, by name with an index fallback. {@link capitalize} matches the canonical TitleCase keys; unmapped or localized names cycle by `index`. */ export declare function planetColor(name: string, index?: number): string; //# sourceMappingURL=planet-color.d.ts.map