import { KeyEvent } from "../../PPTListener"; export declare function spawnKeySelect(callback: (key?: KeyEvent) => void): void;