import type { HtmlIngredientProps } from '../types.js';
export interface RadioGroupLabelProps extends HtmlIngredientProps<'span', HTMLSpanElement> {
}
declare const RadioGroupLabel: import("svelte").Component<RadioGroupLabelProps, {}, "ref">;
type RadioGroupLabel = ReturnType<typeof RadioGroupLabel>;
export default RadioGroupLabel;
