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