import type { Plugin } from 'vue'; declare const install: Plugin; export * from './composables'; export default install;