import * as React from 'react'; import { ViewerNames } from '../../../types'; import type { Organization } from '../../../types/dbTypes'; type DataMenuProps = { currentViewer: ViewerNames; height?: string; hideFrame?: boolean; hideTitle?: boolean; hideActions?: boolean; organization?: Organization; geocodeEarthApiKey?: string; geocoderUrl?: string; }; export declare function DataMenu({ currentViewer, height, hideTitle, hideActions, hideFrame, organization, geocodeEarthApiKey, geocoderUrl }: DataMenuProps): React.JSX.Element; export {}; //# sourceMappingURL=DataMenu.d.ts.map