import { type IThemeComplementaryPalette } from "@gooddata/sdk-model"; /** * Completes provided complementary palette with missing shades by mixing nearest known shades * * @internal */ export declare const getComplementaryPalette: (palette: IThemeComplementaryPalette) => IThemeComplementaryPalette; //# sourceMappingURL=complementaryPalette.d.ts.map