import { SVGProps } from "react";
declare const SvgLocation: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgLocation;
