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