import type { RatingGroupRootProps } from "../types.js";
declare const RatingGroup: import("svelte").Component<RatingGroupRootProps, {}, "value" | "ref">;
type RatingGroup = ReturnType<typeof RatingGroup>;
export default RatingGroup;
