declare module './pages/DashboardPage' { import { FC } from 'react'; const DashboardPage: FC; export default DashboardPage; }