import React from 'react';
import { UndrawSVGProps } from '../types';
declare const CurrentLocation: React.FC<UndrawSVGProps>;
export default CurrentLocation;
