export declare const SKU_COLORS: { 'black/white': undefined; 'dark green': string; 'dark grey': string; 'dark wash': undefined; 'light blue': string; 'light grey': string; 'light pink': string; 'light wash': undefined; 'lime green': string; 'medium wash': undefined; 'off-white': string; 'rose gold': string; 'royal blue': string; animal: undefined; berry: string; black: string; blue: string; bronze: string; brown: string; burgundy: string; clear: string; coral: string; floral: undefined; fuchsia: string; gold: string; green: string; grey: string; ivory: string; khaki: string; metallic: undefined; multi: undefined; navy: string; neutral: string; nude: string; olive: string; orange: string; pink: string; plaid: undefined; print: undefined; purple: string; python: undefined; red: string; silver: string; stripe: undefined; tan: string; taupe: string; turquoise: string; universal: undefined; white: string; yellow: string; }; export type SkuColor = keyof typeof SKU_COLORS;