/// import type { ViewerProp } from './types'; import type { WithChildren } from '../types'; export declare function InsightViewer({ image, Progress, viewport, interaction, onViewportChange, children, viewerRef, }: WithChildren): JSX.Element;