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