import { default as React } from 'react'; import { GoogleMarkerProps } from '../../types'; export declare const GoogleMarker: ({ type }: GoogleMarkerProps) => React.JSX.Element; //# sourceMappingURL=index.d.ts.map