import type { IGraphicPicker, IPickParams } from './../../../vrender'; export declare class VChartPicker implements IGraphicPicker { type: string; numberType: number; contains(chart: any, point: any, params?: IPickParams): boolean | any; }