declare const colors: { brand500: string; brand700: string; fg100: string; fg500: string; pending500: string; pending700: string; success500: string; success700: string; expired500: string; expired700: string; bg100: string; }; export default colors;