///
import { RadioGroup } from "./Radio";
declare const _default: {
title: string;
component: typeof RadioGroup;
parameters: {
controls: {
sort: string;
};
};
};
export default _default;
export declare const RadioGroupStory: import("@storybook/csf").StoryAnnotations;
export declare function RadioTabStory(): JSX.Element;