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