export interface DashboardProps { basePath: string; apiPrefix: string; } /** * Dashboard landing page — count cards for each watcher type linking * through to the corresponding list page. */ export declare function Dashboard(props: DashboardProps): string; //# sourceMappingURL=Dashboard.d.ts.map