import React from 'react'; import { DashboardProps } from './interface'; export declare const Dashboard: React.FC;