import { type IInsightDefinition, type ISettings } from "@gooddata/sdk-model"; import { type PivotTableNextConfig } from "@gooddata/sdk-ui-pivot/next"; import { type IEmbeddingCodeContext } from "../../../interfaces/VisualizationDescriptor.js"; import { type PropWithMeta } from "../../../utils/embeddingCodeGenerator/types.js"; export declare function isPivotTableNext(insightDefinition: IInsightDefinition, settings: ISettings | undefined): boolean; export declare function pivotTableNextConfigFromInsight(insight: IInsightDefinition, ctx: IEmbeddingCodeContext | undefined): PivotTableNextConfig; export declare function pivotTableNextConfigForInsightViewComponent(): PropWithMeta; //# sourceMappingURL=pivotTableNextConfigFromInsight.d.ts.map