import { type AnimationEvent } from 'react'; import { type PDFDocumentProps } from '../types'; export declare const useLogic: ({ isLoading, setContainerWidth, isViewerLite, }: PDFDocumentProps) => { documentRef: import("react").MutableRefObject; onAnimationEnd: (event: AnimationEvent) => void; isLoading: boolean; };