import { type Store } from 'react-pdf-viewer-core'; import { type StoreProps } from './types/StoreProps'; export declare const useEnterFullScreen: (getFullScreenTarget: (pagesContainer: HTMLElement) => HTMLElement, store: Store) => { enterFullScreen: () => void; exitFullScreen: () => void; isFullScreen: boolean; };