import { type ComponentType } from 'react'; import { type NativeViewProps } from './types'; declare const NativeView: ComponentType; export default NativeView; //# sourceMappingURL=ExpoContextMenuNativeView.d.ts.map