import type { FunctionalComponent } from 'vue'; declare const FullScreen: FunctionalComponent<{}, {}>; export default FullScreen;