declare const colors: { white: string[]; dark: string[]; blue: string[]; green: string[]; yellow: string[]; red: string[]; }; export default colors; //# sourceMappingURL=colors.d.ts.map