import { default as React } from 'react'; import { RootProps } from './types'; export declare const Root: (props: RootProps) => React.JSX.Element; export declare const GoogleRoot: (props: RootProps) => React.JSX.Element; export { Marker } from './Marker'; export { GoogleMarker } from './Marker/GoogleMarker'; export { GoogleClusterMarker } from './Marker/GoogleClusterMarker'; export { Content } from './Content'; export { GoogleContent } from './Content/GoogleContent'; //# sourceMappingURL=index.d.ts.map