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