declare const mapTypeToPrefix: { readonly neutral: "n"; readonly blue: "b"; readonly green: "g"; readonly yellow: "y"; readonly red: "r"; readonly orange: "o"; readonly purple: "p"; }; export declare const getPaletteColor: (type: keyof typeof mapTypeToPrefix, grade: 100 | 200 | 250 | 300 | 400 | 450 | 500 | 600 | 700 | 800 | 900 | 1000, alpha?: number) => [customPropertyName: string, value: string]; export {}; //# sourceMappingURL=getPaletteColor.d.ts.map