/** * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. * @format */ import type { HostComponent, ViewProps } from 'react-native'; import type { BubblingEventHandler } from 'react-native/Libraries/Types/CodegenTypes'; export interface NativeProps extends ViewProps { content?: string; disabled?: boolean; buttonKey?: string; selected?: boolean; onPress?: BubblingEventHandler; } declare const _default: HostComponent; export default _default; //# sourceMappingURL=MacOSRadioButtonNativeComponent.d.ts.map