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