/// import { IconProps } from '../../types'; declare const PointOnMap: (allProps: IconProps) => JSX.Element; export default PointOnMap;