import type { App } from 'vue'; declare const FormKitPlugin: (app: App) => void; export { FormKitPlugin };