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