import React from "react";
/**
 * `DashboardPage` is the main page for the dashboard.
 * It uses a manual css-grid layout, since MUI's `Grid` is
 * not actually a grid, but a 12-col, bootstrap-like layout.
 */
declare const DashboardPage: React.FC;
export default DashboardPage;
