import { NonPositionScaleChannel } from '../../channel'; import { LegendComponent } from '../legend/component'; import { UnitModel } from '../unit'; import { SelectionCompiler } from '.'; declare const legendBindings: SelectionCompiler<'point'>; export default legendBindings; export declare function parseInteractiveLegend(model: UnitModel, channel: NonPositionScaleChannel, legendCmpt: LegendComponent): void; //# sourceMappingURL=legends.d.ts.map