export declare const colors: { black: string; white: string; red: string[]; orange: string[]; gold: string[]; yellow: string[]; lime: string[]; green: string[]; teal: string[]; cyan: string[]; blue: string[]; indigo: string[]; violet: string[]; magenta: string[]; pink: string[]; gray: string[]; }; export declare const shuffledColors: any; export declare const colorGradient: (color: ThemeableColors) => string[]; //# sourceMappingURL=colors.d.ts.map