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