import * as messages from '@cucumber/messages'; import { TestRunFinished, TestRunStarted } from '@cucumber/messages'; import React from 'react'; export interface IExecutionSummaryProps { scenarioCountByStatus: Record; totalScenarioCount: number; testRunStarted?: TestRunStarted; testRunFinished?: TestRunFinished; referenceDate?: Date; meta?: messages.Meta; } export declare const ExecutionSummary: React.FunctionComponent; //# sourceMappingURL=ExecutionSummary.d.ts.map