import React from 'react'; import { View } from '../App.js'; interface DashboardProps { isAuthenticated: boolean; currentTheme: string; currentThemePath: string; onNavigate: (view: View, extras?: any) => void; } export declare const Dashboard: React.FC; export {}; //# sourceMappingURL=Dashboard.d.ts.map