import * as React from 'react';
import { FormComponentProps, FormComponent } from '@tomino/dynamic-form';
export declare const RadioComponent: React.FC<FormComponentProps>;
export declare const RadioView: FormComponent;
