import type { RefObject } from 'react'; import type { PdfViewerOnLoadSuccessProps } from '../../types'; export declare const getPageHeightList: (pdf: PdfViewerOnLoadSuccessProps, containerWidth: number, scrollRef: RefObject, renderPageRange?: { start?: number; end?: number; }, isFullHeight?: boolean) => Promise;