import React from 'react'; interface SwitchThemeViewProps { currentThemePath: string; onSwitch: (themeName: string, themePath: string) => void; onBack: () => void; } export declare const SwitchThemeView: React.FC; export {}; //# sourceMappingURL=SwitchThemeView.d.ts.map