import { Base, TapBaseEvents, TestBase } from '@tapjs/core';
import { FC } from 'react';
export declare const ResultDetailList: FC<{
    test: TestBase;
    Banner?: FC<{}>;
    filter?: (t: Base<TapBaseEvents>) => boolean;
}>;
//# sourceMappingURL=result-detail-list.d.ts.map