import { JSX } from 'react'; declare const Pin: (props: JSX.IntrinsicElements["svg"]) => import("react/jsx-runtime").JSX.Element; export default Pin;