import { WidgetInterface, DashboardInterface } from "..";
export declare function useWidgetsForDashboard(dashboard: DashboardInterface): WidgetInterface[];
