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