/// <reference types="react" />
declare const Pin: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
export default Pin;
