declare const colors: { background: string; borderBlue: string; borderGrey: string; grey500: string; primary: string; secondary: string; tertiary: string; }; export default colors;