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