import { Color } from '../../types'; /** * Returns a color from the given palette colors array based on index. * If no custom palette supplied, returns a color from the default palette. */ export declare const getPaletteColor: (customPaletteColors: Color[] | undefined, index: number) => string; //# sourceMappingURL=utils.d.ts.map