import React from "react"; interface IMPBBridgeControllerProps { withHistory?: boolean; onBridgeStart?: () => void; onBridgeSuccess?: () => void; onBridgeFailed?: (e: Error) => void; } export declare const MPBBridgeController: React.FC; export {}; //# sourceMappingURL=MPBBridgeController.d.ts.map