import { ArenaKeyboardEvent } from '../interfaces'; export declare class SelectionEvent implements ArenaKeyboardEvent { event: KeyboardEvent; static type: string; constructor(event: KeyboardEvent); }