import { CanvasEvent } from '../CanvasEvent';

export declare function mouseup(evt: MouseEvent, host: CanvasEvent): void;
