import Map from './map';
declare const PlaceSearch: {
    Map?: typeof Map;
    defaultProps: Object;
};
export default PlaceSearch;
