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