import { IGoogleMapsImperativeActions, Location } from '../GoogleMap.types'; export declare const createImperativeMethods: (mapRef: React.MutableRefObject, updateZoom: (zoom: number) => void, updateCenter: (center: google.maps.LatLngLiteral) => void, locations: Array) => IGoogleMapsImperativeActions;