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