/*! * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ import * as VegaMorphCharts from '@msrvida/vega-morphcharts'; import { ColorScheme } from './types'; /** * Array of color schemes. */ export declare const colorSchemes: ColorScheme[]; export declare function registerColorSchemes(vega: VegaMorphCharts.types.VegaBase): void;