import { type FC } from 'react'; import type { BaseMapProps } from '../types'; export type MapProps = Omit, 'data'>; declare const Map: FC; export default Map;