import { IFeatureFlags, IWorkspacePermissions } from "../Header/types"; import { IHeaderMenuItem } from "../Header/Header"; export declare function generateHeaderMenuItemsGroups(targetApp: "kpiDashboards" | "analyticalDesigner", featureFlags: IFeatureFlags, workspacePermissions: IWorkspacePermissions, hasAnalyticalDashboards?: boolean, // bootstrapResource.current.analyticalDashboards > 0 workspaceId?: string, // parsed from bootstrapResource.current.project.links.self dashboardId?: string, // bootstrapResource.profileSetting.projectSettings.{workspaceUri}.dashboard tabId?: string, // bootstrapResource.profileSetting.projectSettings.{workspaceUri}.tab hasNoDataSet?: boolean): IHeaderMenuItem[][];