import { type NativeViewProps } from './types'; /** * Android fallback: passthrough wrapper with no context menu interaction. */ export default function NativeView({ children, style }: NativeViewProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ExpoContextMenuNativeView.android.d.ts.map