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