import type { Assign } from '@ark-ui/react'; import type { ComponentProps, HTMLStyledProps } from '../../styled-system/types'; import { RadioGroup } from '@ark-ui/react/radio-group'; import { type RadioGroupVariantProps } from '../../styled-system/recipes'; export type RootProviderProps = ComponentProps; export declare const RootProvider: import("react").ForwardRefExoticComponent, RadioGroup.RootProviderBaseProps>, RadioGroupVariantProps>, "ref"> & import("react").RefAttributes>; export type RootProps = ComponentProps; export declare const Root: import("react").ForwardRefExoticComponent, RadioGroup.RootBaseProps>, RadioGroupVariantProps>, "ref"> & import("react").RefAttributes>; export declare const Indicator: import("react").ForwardRefExoticComponent, RadioGroup.IndicatorBaseProps>, "ref"> & import("react").RefAttributes>; export declare const ItemControl: import("react").ForwardRefExoticComponent, RadioGroup.ItemControlBaseProps>, "ref"> & import("react").RefAttributes>; export declare const Item: import("react").ForwardRefExoticComponent, RadioGroup.ItemBaseProps>, "ref"> & import("react").RefAttributes>; export declare const ItemText: import("react").ForwardRefExoticComponent, RadioGroup.ItemTextBaseProps>, "ref"> & import("react").RefAttributes>; export declare const Label: import("react").ForwardRefExoticComponent, RadioGroup.LabelBaseProps>, "ref"> & import("react").RefAttributes>; export { RadioGroupContext as Context, RadioGroupItemHiddenInput as ItemHiddenInput } from '@ark-ui/react/radio-group';