import { Genome } from '../genotypes/genome';
import { IGenomeOptions } from '../index';
export declare function hexColor<T extends IGenomeOptions>(genotype: Genome<T>): string;
