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