import type { Color as IColor } from '../types';
declare const Color: {
    inferColor: (nr: number) => IColor;
};
export default Color;
