import * as _yamada_ui_core from '@yamada-ui/core';
import { HTMLUIProps } from '@yamada-ui/core';
import { UseRatingItemProps } from './use-rating-item.js';

interface RatingItemProps extends Omit<HTMLUIProps<"label">, "value">, UseRatingItemProps {
}
declare const RatingItem: _yamada_ui_core.Component<"input", RatingItemProps>;

export { RatingItem, type RatingItemProps };
