import { ControlProps, OwnPropsOfEnum } from '@json-forms/core'; export declare const MaterialRadioGroup: (props: ControlProps & OwnPropsOfEnum) => JSX.Element;