import { StarsRatingBarProps } from '../StarsRatingBar.types';
export declare const getRatingLabel: ({ labelValues }: StarsRatingBarProps, starValue: number) => string;
export declare const getStarSizePx: ({ readOnly, size }: StarsRatingBarProps) => number;