export declare const colorDefinitions: { white: string; accent250: string; corePurple100: string; corePurple200: string; corePurple300: string; corePurple400: string; corePurple500: string; corePurple600: string; corePurple700: string; corePurple800: string; corePurple850: string; corePurple900: string; grey50: string; grey100: string; grey200: string; grey300: string; grey400: string; grey500: string; grey600: string; grey700: string; grey800: string; grey900: string; green100: string; green200: string; green300: string; green400: string; green500: string; green600: string; green700: string; green800: string; green900: string; red100: string; red200: string; red300: string; red400: string; red500: string; red600: string; red700: string; red800: string; red900: string; orange100: string; orange200: string; orange300: string; orange400: string; orange500: string; orange600: string; orange700: string; orange800: string; orange900: string; blue100: string; blue200: string; blue300: string; blue400: string; blue500: string; blue600: string; blue700: string; blue800: string; blue900: string; }; export declare const colorAliases: { corePurple: string; deepPurple: string; blackPurple: string; lightGrey: string; darkGrey: string; black: string; green: string; red: string; orange: string; blue: string; }; export declare const colors: { corePurple: string; deepPurple: string; blackPurple: string; lightGrey: string; darkGrey: string; black: string; green: string; red: string; orange: string; blue: string; white: string; accent250: string; corePurple100: string; corePurple200: string; corePurple300: string; corePurple400: string; corePurple500: string; corePurple600: string; corePurple700: string; corePurple800: string; corePurple850: string; corePurple900: string; grey50: string; grey100: string; grey200: string; grey300: string; grey400: string; grey500: string; grey600: string; grey700: string; grey800: string; grey900: string; green100: string; green200: string; green300: string; green400: string; green500: string; green600: string; green700: string; green800: string; green900: string; red100: string; red200: string; red300: string; red400: string; red500: string; red600: string; red700: string; red800: string; red900: string; orange100: string; orange200: string; orange300: string; orange400: string; orange500: string; orange600: string; orange700: string; orange800: string; orange900: string; blue100: string; blue200: string; blue300: string; blue400: string; blue500: string; blue600: string; blue700: string; blue800: string; blue900: string; };