/// <reference types="react" />
declare const PushPin: (props: any, ref: any) => JSX.Element;
export default PushPin;
