import { FC } from "react"; import { DashboardProps } from "../data/admin-dashboard"; export declare const Dashboard: FC void; }>;