import { ThemeColorMap } from './types'; export declare const colors: { tangerine: string; pumpkine: string; greyishBrown: string; QR: string; brownGrey: string; pinkishGrey: string; lightGrey: string; paleGrey: string; white: string; turquoiseBlue: string; oceanBlue: string; paleRed: string; boringGreen: string; tangerine10: string; turquoiseDark: string; paleYellow: string; social: string; socialDark: string; grey: string; green: string; tangerine2: string; }; declare const colorMap: ThemeColorMap; export default colorMap;