export declare function useApi({ Form }: {
    Form: Vue.Ref<any>;
}): obj;
