import React from 'react'; interface PreviewWizardProps { themePath: string; themeName: string; preselectedStore?: any; onComplete: () => void; onBack: () => void; } export declare const PreviewWizard: React.FC; export {}; //# sourceMappingURL=PreviewWizard.d.ts.map