import { MainSizesType } from '../../types'; export interface RatingTheme { root: string; star: { empty: string; filled: string; size: MainSizesType; }; } export declare const ratingTheme: RatingTheme; //# sourceMappingURL=theme.d.ts.map