import { FC, SVGProps } from 'react'; declare const IconLocationMarker: FC & { fill?: string }>; export default IconLocationMarker;