import React from 'react'; interface DocumentViewerProps { className?: string; style?: React.CSSProperties; } declare const DocumentViewer: React.FC; export default DocumentViewer;