import { SfRatingProps } from '../../index.ts'; export default function SfRating({ size, max, value, halfIncrement, ariaLabel, className, ...attributes }: SfRatingProps): import("react").JSX.Element;