import * as React from 'react'; import type { Organization } from '../../types/dbTypes'; interface ViewerProps { organization: Organization; minioBaseUrl?: string; martinBaseUrl?: string; pointcloudApiUrl?: string; maptilerKey?: string; geocodeEarthApiKey?: string; geocoderUrl?: string; } export declare function Viewer({ organization, minioBaseUrl, martinBaseUrl, pointcloudApiUrl, maptilerKey, geocodeEarthApiKey, geocoderUrl }: ViewerProps): React.JSX.Element; export {}; //# sourceMappingURL=Viewer.d.ts.map