import * as React from 'react'; import { SVGProps } from 'react'; declare const Pin3: (props: SVGProps) => React.JSX.Element; export default Pin3;