import React from 'react'; interface UpdateWizardProps { } export declare const UpdateWizard: React.FC; export {};