import { Viewer } from "../viewer"; export declare class KeyboardNavigation { static initKeyboardEvents(viewer: Viewer): void; }