import React from 'react'; declare const FullScreenIcon: React.FC<{ fullScreen: () => Promise; }>; export default FullScreenIcon;