import { App } from 'vue';
export declare const PopupPlugin: {
    install(app: App): void;
};
