import type { FC } from 'react'; import { type HeatMapProps } from './HeatMap'; import { type MapProps } from './Map'; import { type PathMapProps } from './PathMap'; import { type PinMapProps } from './PinMap'; export declare const Map: FC; export declare const HeatMap: FC; export declare const PathMap: FC; export declare const PinMap: FC; export type { HeatMapProps, MapProps, PathMapProps, PinMapProps };