import { FC } from "react";
import { IMultiMapProps } from "../../types";
export declare const MultiMap: FC<IMultiMapProps>;
