export declare const ExecutionRetryAction: () => {
    onClick(): Promise<void>;
};
