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