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