///
import type { RadioGroupProps } from './RadioGroup';
declare const _default: {
component: import("react").ForwardRefExoticComponent<{
[index: `data-${string}`]: unknown;
as?: any;
css?: import("@fuel-ui/css").ThemeUtilsCSS | undefined;
className?: string | undefined;
children?: import("react").ReactNode;
} & import("@radix-ui/react-radio-group").RadioGroupProps & {
gap?: import("@fuel-stitches/react/types/css").Globals | import("@fuel-stitches/react/types/theme").ScaleValue | import("@fuel-stitches/react/types/util").Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | import("@fuel-stitches/react/types/css").Property.Gap | undefined;
direction?: "column" | "row" | undefined;
isDisabled?: boolean | undefined;
isReadOnly?: boolean | undefined;
} & import("react").RefAttributes> & {
id: string;
Item: import("react").ForwardRefExoticComponent<(Omit, "children"> | Omit, "as">) & import("react").RefAttributes> & {
id: string;
};
};
title: string;
argTypes: {};
};
export default _default;
export declare const Usage: (args: RadioGroupProps) => import("react/jsx-runtime").JSX.Element;
export declare const Disabled: (args: RadioGroupProps) => import("react/jsx-runtime").JSX.Element;
export declare const ReadOnly: (args: RadioGroupProps) => import("react/jsx-runtime").JSX.Element;