/*! * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ import * as VegaMorphCharts from '@msrvida/vega-morphcharts'; import { ColorContext } from './types'; export declare function populateColorContext(colorContext: ColorContext, presenter: VegaMorphCharts.Presenter): void;