declare const colors: { white: string; black: string; blue: string; transparent: string; glassyBlack: string; }; export default colors;