importReactfrom"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.
*/declareconstDashboardPage: React.FC;
exportdefaultDashboardPage;