import type { FC } from 'react'; import './Dashboard.css'; declare const Dashboard: FC; export default Dashboard;