export type RatingProps = { rating?: number; showReviewLabel?: boolean; starsColor?: string; activeStarsColor?: string; }; export { Rating as default } from './rating';