import chroma from "chroma-js"; declare const overridePrimitiveColors: () => undefined; export declare const getColor: (unformattedColor: string) => chroma.Color; export declare const getPalette: (unformattedColor: string) => Record; export default overridePrimitiveColors; //# sourceMappingURL=overridePrimitiveColors.d.ts.map