import React from "react";
import { NexusViewerProps } from "../types";
export declare const ReactIPdfViewer: React.FC<NexusViewerProps>;
