/// declare const Pin: ({ color, width, height }: { color: any; width: any; height: any; }) => JSX.Element; export default Pin;