import React from 'react'; interface ThemeManagerViewProps { onBack: () => void; onOpenVersions?: (theme: any) => void; } export declare const ThemeManagerView: React.FC; export {}; //# sourceMappingURL=ThemeManagerView.d.ts.map