import { DefaultRadioElementProps } from '../../../types/JsonEditor.types'; declare function DefaultRadioInput({ value, readModeValue, path, options, }: DefaultRadioElementProps): import("react/jsx-runtime").JSX.Element; export default DefaultRadioInput;