import React from 'react'; interface Props { glb: string; } declare const ModalViewer: React.FC; export default ModalViewer;