import { type IDataView } from "@gooddata/sdk-backend-spi"; import { type IColorPalette, type ISettings } from "@gooddata/sdk-model"; import { type IChartConfig } from "@gooddata/sdk-ui-charts"; import { type IKdaItem, type IKdaItemGroup } from "../../internalTypes.js"; import { type DeepReadonly, type IKdaDefinition } from "../../types.js"; export declare function createDataView(workspace: string, def: DeepReadonly | null, group: IKdaItemGroup, item: IKdaItem, title: string): IDataView | null; export declare function createConfig(settings: ISettings, colorPalette: IColorPalette, group: IKdaItemGroup, item: IKdaItem): IChartConfig; //# sourceMappingURL=dataview.d.ts.map