/// <reference types="react" />
import { DashboardProps } from './types';
declare const Dashboard: (props: DashboardProps) => JSX.Element;
export default Dashboard;
