export declare class PrimaryColors { static $primaryBlueColor: string; static $primaryPinkColor: string; static $primaryTealColor: string; static $primaryCarbonColor: string; static $primaryGrayColor: string; static $primaryPurpleColor: string; static $primaryRedColor: string; static $primaryLightRedColor: string; static $primaryLightGrayBlueColor: string; static $primaryLightGrayColor: string; static $primaryLightBlueColor: string; static $primaryYellowColor: string; static $primaryOrangeColor: string; static $primaryLimeGreenColor: string; static $primaryNavyBlueColor: string; static $primaryOrangeRedColor: string; static $primaryDarkPurpleColor: string; }