declare const colors: { red: string; blue: string; white: string; black: string; blackTransparent: string; grey: string; }; export default colors;