import React from 'react';
interface UserProfileProps {
    onSuccess?: () => void;
    onError?: (error: Error) => void;
}
export declare const UserProfile: React.FC<UserProfileProps>;
export {};
//# sourceMappingURL=UserProfile.d.ts.map