export type PdfKeyboardShortcutActions = { onZoomIn: () => void; onZoomOut: () => void; onFitWidth: () => void; onFitPage: () => void; onPrevPage: () => void; onNextPage: () => void; onFirstPage: () => void; onLastPage: () => void; onToggleSearch?: () => void; onToggleThumbnails?: () => void; }; export declare function openPdfKeyboardShortcutsModal(host: HTMLElement): void; export declare function attachPdfKeyboardShortcuts(root: HTMLElement, actions: PdfKeyboardShortcutActions): () => void; //# sourceMappingURL=pdf-keyboard-shortcuts.d.ts.map