/** * Generate a tetrad or analogous (depending on how many series are needed) color scale of some length * @param count number of colors to generate * @param seed Seed hex value (default: #065278, which is a nice medium blue) */ export declare const GenerateColors: (count: number, seed?: string) => string[];