import Root from './root.svelte'; export type { RadioGroupRootProps } from './root.svelte'; import Item from './item.svelte'; export type { RadioGroupItemProps } from './item.svelte'; import Indicator from './indicator.svelte'; export type { RadioGroupIndicatorProps } from './indicator.svelte'; export declare const RadioGroup: { Root: typeof Root; Item: typeof Item; Indicator: typeof Indicator; };