import { PhotoViewerProps } from './PhotoViewer.types'; declare const PhotoViewerNamespace: import('react').NamedExoticComponent & { readonly type: ({ children, onClose, className, startsFrom, style, ...restProps }: PhotoViewerProps) => import("react/jsx-runtime").JSX.Element; } & { Image: import('react').NamedExoticComponent; }; export { PhotoViewerNamespace as PhotoViewer };