import { createApp } from 'vue'; declare const install: (vue: ReturnType) => void; export { install };