/// import { IMarkerOptions } from '../interfaces/mapInterfaces'; declare const MarkerComponent: ({ id, coordinates, geometrySymbolOptions, imageSymbolOptions }: IMarkerOptions) => JSX.Element; export default MarkerComponent;