import { Legend as VgLegend } from 'vega'; import { NonPositionScaleChannel } from '../../channel'; import { LegendInternal } from '../../legend'; import { Split } from '../split'; export type LegendComponentProps = VgLegend & { labelExpr?: string; selections?: string[]; disable?: boolean; }; export declare const LEGEND_COMPONENT_PROPERTIES: ("labelExpr" | "disable" | keyof VgLegend | "selections")[]; export declare class LegendComponent extends Split { } export type LegendComponentIndex = Partial>; export type LegendInternalIndex = Partial>; //# sourceMappingURL=component.d.ts.map