export declare function useFormKit(): {
    isLoading: boolean;
    error: unknown;
    reset: (params?: any) => void;
};
