import React from 'react';
interface ViewerProps {
}
export declare const Viewer: React.FC<ViewerProps>;
export {};
