import type { BaseColors, ColorScale, StitchesColorScale } from "../../Color/types"; declare const _default: (colorGroup: ColorScale) => StitchesColorScale; /** * Take a ColorScale and output it as an object representing the steps in`blue1: hsla(h, s, l, a)` * @returns all the colors in a scale as an object with its hslaString as the value */ export default _default; //# sourceMappingURL=createScaleInStitchesFormat.d.ts.map