import React from 'react'; import { GoogleAPI } from 'google-maps-react'; import { latLngType } from './types'; export declare type mapProps = { google: GoogleAPI; latLng: latLngType; handleOnClick?: () => void; }; declare const _default: React.ComponentType>; export default _default;