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