import React from 'react'; import type { RadioGroupProps } from './types'; declare function RadioGroup({ value: valueProp, defaultValue, onValueChange, onChange, name, row, disabled, children, testID: _testID, }: RadioGroupProps): React.JSX.Element; export { RadioGroup }; //# sourceMappingURL=RadioGroup.d.ts.map