///
import { ScreenSpaceActions } from '../../ScreenSpaceActions';
interface OrthoPhotoProps {
screenSpaceHandler: ScreenSpaceActions;
app_url_s3: string;
}
declare const OrthoPhoto: ({ screenSpaceHandler, app_url_s3, }: Readonly) => JSX.Element;
export default OrthoPhoto;