declare const ColorSet: { Primary: string[]; AccentPrimary: string[]; SecondPrimary: string[]; }; export default ColorSet;