import { type RatingProps as Props } from '.';
declare const Rating: import("svelte").Component<Props, {}, "">;
type Rating = ReturnType<typeof Rating>;
export default Rating;
