export declare const CRAYOLA: {
    hex: string;
    name: string;
    rgb: string;
}[];
