/*! * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ import * as VegaMorphCharts from '@msrvida/vega-morphcharts'; import { ColorBin } from '@msrvida/sanddance-specs'; import { Column } from '@msrvida/chart-types'; import { Language } from './types'; export declare function finalizeLegend(colorBinType: ColorBin, colorColumn: Column, legend: VegaMorphCharts.types.Legend, language: Language): void;