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