import { DashboardBodyPanel, DashboardHorizontalArea, DashboardHorizontalPanel, DashboardVerticalArea, DashboardVerticalPanel } from '../typings'; export declare const useDashboardHorizontalPanel: (area: DashboardHorizontalArea) => DashboardHorizontalPanel | undefined; export declare const useDashboardVerticalPanel: (area: DashboardVerticalArea) => DashboardVerticalPanel | undefined; export declare const useDashoardBodyPanel: () => DashboardBodyPanel | undefined;