/*! * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ import { Core } from 'morphcharts'; import { MorphChartsOptions } from '../interfaces'; export declare function listenCanvasEvents(core: Core, options: MorphChartsOptions): void;