import * as React from "react";
import { ITestSuite } from "../types";
export declare const testFileToId: (file: string) => string;
declare const TestResults: ({ testSuites }: {
    testSuites: ITestSuite[];
}) => [string, () => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>];
export default TestResults;
//# sourceMappingURL=test-suites.d.ts.map