/// import './executionCancellationReason.less'; interface IExecutionCancellationReasonProps { cancellationReason: string; } export declare function ExecutionCancellationReason({ cancellationReason }: IExecutionCancellationReasonProps): JSX.Element; export {};