import { type RatingIconsPropsType } from "./RatingIcons";
type RatingInputPropsType = Omit<RatingIconsPropsType, "editable">;
export declare const RatingInput: ({ disabled, ...props }: RatingInputPropsType) => import("react/jsx-runtime").JSX.Element;
export {};
