import type { PhotoViewerPlugin } from './definitions';
declare const PhotoViewer: PhotoViewerPlugin;
export * from './definitions';
export { PhotoViewer };
