import { type NativeViewProps } from './types'; /** * Web fallback: passthrough. Long-press is a no-op; tap handling is delegated * to children. */ export default function NativeView({ children, style }: NativeViewProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ExpoContextMenuNativeView.web.d.ts.map