import type { GlobalRuntime, RenderingPlugin, RenderingPluginContext } from '@antv/g-lite';
/**
 * pick shape(s) with Mouse/Touch event
 *
 * 1. find AABB with r-tree
 * 2. use elementFromPoint
 */
export declare class SVGPickerPlugin implements RenderingPlugin {
    static tag: string;
    apply(context: RenderingPluginContext, runtime: GlobalRuntime): void;
    private pick;
}
//# sourceMappingURL=SVGPickerPlugin.d.ts.map