import { App } from "vue";
export declare const setupFormily: (app: App<Element>, fields: Record<string, any>) => void;
