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