export declare const ratingTokens: {
    calciteRatingSpacing: string;
    calciteRatingColorHover: string;
    calciteRatingColorPress: string;
    calciteRatingColor: string;
    calciteRatingAverageColor: string;
    calciteRatingAverageTextColor: string;
    calciteRatingCountTextColor: string;
};
export declare const rating: string;
