export * from "/xplus/es/components"; export * from "/xplus/es/hooks"; export { default as makeInstaller } from "./make-installer"; export { default } from "./defaults"; export declare const install: (app: import("vue").App, opts: import("./utils/config").InstallOptions) => void; export declare const version: string;