import { DashboardInterface } from "..";
export declare function useDashboard(id: string): DashboardInterface;
