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