import { FC, PropsWithChildren } from 'react'; import { IMarkerProps } from "./Marker.types"; declare const Marker: FC>; export default Marker;