export default function createNativeInteractions({ chart, config, expando, internal, facade }: { chart: any; config: any; expando: any; internal: any; facade: any; }): { type: string; events: { mousemove(e: any): void; mouseup(e: any): void; mouseleave(): void; wheel(): void; }; };