import type { Story } from '@storybook/react'; import type { TRadioButtonsProps } from './RadioButtons'; declare const _default: { component: ({ value, name, options, disabled, onChange, borderRadius, borderSize, ariaLabel, ariaLabelledBy, width, height, ...rest }: TRadioButtonsProps) => import("@emotion/react/jsx-runtime").JSX.Element; title: string; }; export default _default; export declare const Basic: Story; export declare const WithLabel: Story;