import ColorSet from '../ColorSet';
/** Indexed by number of colors */
declare const colorSet: ColorSet;
export default colorSet;
