import { WidgetProps } from '@visma/rjsf-core';
declare const RadioWidget: ({ id, schema, label, options, value, required, disabled, readonly, onChange, onBlur, onFocus, uiSchema, rawErrors }: WidgetProps) => JSX.Element;
export default RadioWidget;
