import { CreateUserDashboardProps } from "./Dashboard.types"; import { FC } from "react"; export declare const CreateUserDashboard: FC;