import type { HtmlIngredientProps } from '../types.js';
export interface RatingGroupLabelProps extends HtmlIngredientProps<'label', HTMLLabelElement> {
}
declare const RatingGroupLabel: import("svelte").Component<RatingGroupLabelProps, {}, "ref">;
type RatingGroupLabel = ReturnType<typeof RatingGroupLabel>;
export default RatingGroupLabel;
