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