import type { IMarkGraphic } from '@visactor/vchart'; import { ElementSelect } from '@visactor/vchart'; export declare class ElementSelectByGraphicName extends ElementSelect { static type: string; type: string; start(markGraphic: IMarkGraphic): void; } export declare const registerElementSelectByGraphicName: () => void;