export default function createTapGesture({ chart, config, expando, internal, facade }: { chart: any; config: any; expando: any; internal: any; facade: any; }): { key: string; type: string; options: { event: string; enable(r: any, e: any): boolean; }; recognizeWith: string; events: { tooltipTap(e: any): void; }; };