import { Plugin } from 'vue'; import Overlay from './src/Overlay'; export declare const OverlayPlugin: Plugin; export { Overlay };