/// import React from 'react'; export interface Props { color?: string; width?: string; height?: string; title: string; titleId?: string; theme?: any; } export declare const MapMarkerIcon: React.ForwardRefExoticComponent & { theme?: any; }>; export default MapMarkerIcon;