export declare const colorList: { default: { key: string; color: string; }[]; airbnb: { key: string; color: string; }[]; slack: { key: string; color: string; }[]; github: { key: string; color: string; }[]; spotify: { key: string; color: string; }[]; }; type ThemeKey = keyof typeof colorList; export declare const getThemeColors: (theme?: ThemeKey) => { key: string; color: string; }[]; export {}; //# sourceMappingURL=colorsList.d.ts.map