import { type Store } from 'react-pdf-viewer-core'; import * as React from 'react'; import { type StoreProps } from './types/StoreProps'; export declare const ShortcutHandler: React.FC<{ containerRef: React.RefObject; getFullScreenTarget(pagesContainer: HTMLElement): HTMLElement; store: Store; }>;