import type { App } from "vue"; export { ImportView } from "./components"; declare const install: (app: App) => void; export default install; export * from "./components"; export * from "./composables"; export type { Rules } from "./utils";