import React from 'react';
import { DocViewerProps, DocViewerRef } from '../types';
import '../styles/navigation.css';
export declare const DocViewer: React.ForwardRefExoticComponent<DocViewerProps & React.RefAttributes<DocViewerRef>>;
//# sourceMappingURL=DocViewer.d.ts.map