import { PolyThirdPartyMapboxController } from './thirdParty/Mapbox';
import { PolyMarkerTrackingController } from './thirdParty/MarkerTracking';
export declare class PolyThirdPartyController {
    private _markerTracking;
    markerTracking(): PolyMarkerTrackingController;
    private _mapbox;
    mapbox(): PolyThirdPartyMapboxController;
}
