import { DashboardHorizontalPanel, DashboardSize, DashboardVerticalPanel } from '../typings'; export declare const getCollapseKey: (size: DashboardSize) => "collapseSmall" | "collapseMedium" | "collapseLarge"; export declare const getFloatingKey: (size: DashboardSize) => "floatingSmall" | "floatingMedium" | "floatingLarge"; export declare const getDashboardPanelSize: (type: "width" | "height", size: DashboardSize, panel: DashboardHorizontalPanel | DashboardVerticalPanel | undefined, full?: boolean) => string | 0; export declare const getDashboardPanelContainerSize: (type: "width" | "height", size: DashboardSize, panel: DashboardHorizontalPanel | DashboardVerticalPanel | undefined, full?: boolean) => string | 0 | null;