import React from "react"; interface IGdOnramperProps { isTesting?: boolean; onEvents: (action: string, data?: any, error?: string) => void; selfSwap?: boolean; withSwap?: boolean; donateOrExecTo?: string; callData?: string; apiKey?: string; } export declare const GdOnramperWidget: ({ isTesting, onEvents, selfSwap, withSwap, donateOrExecTo, callData, apiKey }: IGdOnramperProps) => React.JSX.Element; export {}; //# sourceMappingURL=GdOnramperWidget.d.ts.map