import { PluginFunction } from 'vue'; interface ppui extends PluginFunction {} declare const ppui: ppui; export default ppui;