import { FC } from "react"; import { IMarkerLayerProps } from "./MarkerLayer.types"; declare const MarkerLayer: FC; export default MarkerLayer;