import { PropsOf } from '@codeleap/types'; import _ImageView from 'react-native-image-viewing'; export type ImageViewProps = PropsOf; /** * Hides the status bar while the viewer is open via an imperative StatusBar call. * `presentationStyle='overFullScreen'` is forced so the viewer covers navigation bars; * overriding it will break the full-screen illusion on iOS. * `doubleTapToZoomEnabled` is off by default to avoid conflicting gesture handlers in lists. */ export declare const ImageView: (props: ImageViewProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=component.d.ts.map