export declare const RatingTheme: { root: { gap: string; transitionDuration: string; focusRing: { width: string; style: string; color: string; offset: string; shadow: string; }; }; icon: { size: string; color: string; hoverColor: string; activeColor: string; }; };