import { type FC } from 'react'; import { type TrivetTestSuite } from '@ironclad/trivet'; import { type TryRunTests } from './api'; export declare const TestSuiteRenderer: FC<{ tryRunTests: TryRunTests; }>; export declare const TestSuite: FC<{ testSuite: TrivetTestSuite; tryRunTests: TryRunTests; }>; //# sourceMappingURL=TestSuite.d.ts.map