import { FC } from 'react';
import { Result } from 'tap-parser';
export declare const ResultDetails: FC<{
    result: Result;
    seen?: unknown[];
    heading?: string;
    flush?: boolean;
}>;
//# sourceMappingURL=result-details.d.ts.map