import type { HtmlIngredientProps } from '../types.js';
export interface RadioGroupItemControlProps extends HtmlIngredientProps<'div', HTMLDivElement> {
}
declare const RadioGroupItemControl: import("svelte").Component<RadioGroupItemControlProps, {}, "ref">;
type RadioGroupItemControl = ReturnType<typeof RadioGroupItemControl>;
export default RadioGroupItemControl;
