import type { RatingCommentProps } from "../types"; /** * [Go to docs](https://flowbite-svelte.com/) * ## Type * [RatingCommentProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1371) * ## Props * @prop children * @prop evaluation * @prop helpfullink * @prop abuselink * @prop comment */ declare const RatingComment: import("svelte").Component; type RatingComment = ReturnType; export default RatingComment;