import { CanvasEvent } from '../CanvasEvent';

declare function dblclick(host: CanvasEvent, evt: MouseEvent): void;
declare function threeClick(host: CanvasEvent): void;
declare const _default: {
    dblclick: typeof dblclick;
    threeClick: typeof threeClick;
};
export default _default;
