declare const CompoundRadio: { readonly Group: ({ value, onPress, options, keyExtractor, style, testID, accessible, inactiveIntent, }: import("./RadioGroup").RadioGroupProps) => import("react").ReactElement; }; export default CompoundRadio;