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