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