import * as cog from '../cog'; import * as common from '../common'; export declare class OptionsWithLegendBuilder implements cog.Builder { protected readonly internal: common.OptionsWithLegend; constructor(); /** * Builds the object. */ build(): common.OptionsWithLegend; legend(legend: cog.Builder): this; }