import React from "react"; type PdfProps = { page: number; height: number; zoomScale: number; isPageInView: boolean; isPageInViewRange: boolean; }; declare const _default: React.NamedExoticComponent>; export default _default;