import { GatewayUrl } from "@hypernetlabs/objects";
import { IRenderParams } from "../../interfaces";
import React from "react";
interface IGatewayInfoModalWidget extends IRenderParams {
    gatewayUrl: GatewayUrl;
    closeCallback: () => void;
}
declare const GatewayInfoModalWidget: React.FC<IGatewayInfoModalWidget>;
export default GatewayInfoModalWidget;
//# sourceMappingURL=GatewayInfoModalWidget.d.ts.map