import { Plugin } from 'vue'; import { default as FullScreenContainer } from './src/index.vue'; export declare const FullScreenContainerPlugin: Plugin; export { FullScreenContainer, };