import { type App } from "vue"; declare function install(app: App): void; declare const _default: { install: typeof install; }; export default _default; export * from "./components"; export * from "./utils";