/// <reference types="react" />
import { RadioGroupProps } from './type';
export declare function RadioGroupBrick(props: RadioGroupProps): JSX.Element;
