import React from 'react'; interface ActivationUIProps { onClose: () => void; onSuccess: (result: any) => void; } export declare const ActivationUI: React.FC; export {}; //# sourceMappingURL=ActivationUI.d.ts.map