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