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