import type { Buildable } from '../../../types/formAndField'; import type { RadioItemGroupProps } from '../../atoms/Radio/Radio.types'; type RadioGroupWrapperProps = { defaultValue?: string; radioGroup: RadioItemGroupProps; }; export declare const WrappedRadio: (props: Buildable) => JSX.Element; export {};