import { RatingProps } from "./types";
declare const Rating: import("react").MemoExoticComponent<({ value, onChange, variant, size, color, ...props }: RatingProps) => JSX.Element>;
export default Rating;
