import { Dispatch, SetStateAction } from 'react'; export default function StaticGoogleMap({ editMode, apiKey, coords, setStaticInteraction, }: { editMode: boolean; apiKey: string; coords: { lat: number; lng: number; }; setStaticInteraction: Dispatch>; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=static-google-map.component.d.ts.map