import { type IColorPalette } from "@gooddata/sdk-model"; import { type DataViewFacade } from "@gooddata/sdk-ui"; import { ColorStrategy, type ICreateColorAssignmentReturnValue } from "./base.js"; import { type IColorMapping } from "./types.js"; /** * @internal */ export declare class AttributeColorStrategy extends ColorStrategy { protected createColorAssignment(colorPalette: IColorPalette, colorMapping: IColorMapping[] | undefined, viewByAttribute: any, stackByAttribute: any, dv: DataViewFacade): ICreateColorAssignmentReturnValue; } //# sourceMappingURL=attribute.d.ts.map