import React from 'react'; import type { ProjectDeployReleaseExecutionResponse } from '../../../../projectDeployReleaseExecutionResponse'; export declare function DeployExecutionResultView(props: { readonly label: string; readonly response: ProjectDeployReleaseExecutionResponse; }): React.JSX.Element; //# sourceMappingURL=DeployExecutionResultView.d.ts.map