import React from 'react';
import { InfoWindowProps } from '../common/types';
declare const InfoWindow: {
    ({ anchorId, opts, visible, children, onCloseClick, onContentChanged, onDOMReady, onPositionChanged, onZIndexChanged, }: InfoWindowProps): React.ReactPortal | null;
    displayName: string;
};
export default InfoWindow;
