import { TestResult } from "@jest/types"; export declare class Test { static create(innerTestResult: TestResult.AssertionResult): HTMLElement; }