import * as react from 'react'; import { I as ImageViewerProps } from './ImageViewer.types-BaqlDeuo.js'; export { a as ImageViewerViewport } from './ImageViewer.types-BaqlDeuo.js'; /** * A standalone image viewer: fits the image to its container, with optional * Ctrl/⌘+wheel zoom, click-drag panning, and a transparency checkerboard. Works * anywhere on its own and is also what `` renders for images. * * The pan/zoom viewport is controllable (`viewport` + `onViewportChange`) so an * agent bridge can drive it; it's uncontrolled by default. * * ```tsx * * ``` */ declare const ImageViewer: react.ForwardRefExoticComponent>; export { ImageViewer, ImageViewerProps };