import { DashboardInterface } from "..";
export declare function useDashboardCurrent(): [DashboardInterface, (next: DashboardInterface) => void];
