import React from 'react'; export interface LocationSearchConnectProps { mapId?: string; } export declare const LocationSearchConnect: React.FC;