export type { RateProps } from './props'; export type RateChange = (value: number) => number;