import { Base } from '@tapjs/core'; import { FC } from 'react'; export interface TestResultsListOpts { test: Base; details?: boolean; } export declare const TestResultsList: FC; //# sourceMappingURL=test-results-list.d.ts.map