import type { IRatingStyleProps, IRatingStyles } from './Rating.types'; export declare function getStyles(props: IRatingStyleProps): IRatingStyles;