import type { ScoreRatingProps } from "../types"; /** * [Go to docs](https://flowbite-svelte.com/) * ## Type * [ScoreRatingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1423) * ## Props * @prop ratings * @prop ratings2 * @prop headerLabel * @prop classes */ declare const ScoreRating: import("svelte").Component; type ScoreRating = ReturnType; export default ScoreRating;