import { Colors } from './Colors';
export type Theme = Colors | 'light' | 'dark' | 'yellow' | 'coreRange' | 'exclusiveCollection' | 'happyToCare' | 'joyview' | 'urbanOasis';
