import React from 'react'; import type { Organization } from '../../../types/dbTypes'; interface Props { width?: string; height?: string; organization: Organization; maptilerKey?: string; } export declare function MapViewer({ width, height, organization, maptilerKey }: Props): React.JSX.Element; export {}; //# sourceMappingURL=MapViewer.d.ts.map