import { RadioGroup } from '@ark-ui/react/radio-group'; import type { ComponentProps } from 'react'; export type RootProps = ComponentProps; export type ItemProps = ComponentProps; export declare const Root: import("styled-system/jsx").StyleContextProvider>, import("styled-system/recipes").RadioGroupRecipe>; export declare const RootProvider: import("styled-system/jsx").StyleContextProvider>, import("styled-system/recipes").RadioGroupRecipe>; export declare const Indicator: import("styled-system/jsx").StyleContextConsumer>>; export declare const Item: import("styled-system/jsx").StyleContextConsumer>>; export declare const ItemControl: import("styled-system/jsx").StyleContextConsumer>>; export declare const ItemText: import("styled-system/jsx").StyleContextConsumer>>; export declare const Label: import("styled-system/jsx").StyleContextConsumer>>; export declare const ItemHiddenInput: import("react").ForwardRefExoticComponent>; export { RadioGroupContext as Context } from '@ark-ui/react/radio-group'; //# sourceMappingURL=RadioGroup.d.ts.map