import { RadioGroup as RadioGroupPrimitive } from "bits-ui";
declare const RadioGroupItem: import("svelte").Component<WithoutChildrenOrChild<RadioGroupPrimitive.ItemProps>, {}, "ref">;
type RadioGroupItem = ReturnType<typeof RadioGroupItem>;
export default RadioGroupItem;
