import { RadioComponentSchema } from '@open-formulieren/types'; import { RegistryEntry } from '../types'; export interface FormioRadioFieldProps { componentDefinition: RadioComponentSchema; } export declare const FormioRadioField: React.FC; declare const RadioComponent: RegistryEntry; export default RadioComponent;