import React from 'react'; import type { LocationPickerProps } from './types'; export declare class LocationPickerWrap extends React.Component { static defaultProps: { vendor: string; coordinatesType: string; }; render(): JSX.Element; } export declare class LocationPickerRenderer extends LocationPickerWrap { }