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