export declare function useSubmitUpdate(): {
    run(props: any): Promise<void>;
};
