import React from "react"; import type { DesktopViewerProps } from "../types.js"; export declare const Viewer: (props: DesktopViewerProps) => React.JSX.Element | null; //# sourceMappingURL=Viewer.d.ts.map