import { type FC } from 'react'; import { type TryRunTests } from './api'; export declare const TrivetRenderer: FC<{ tryRunTests: TryRunTests; }>; export type TrivetContainerProps = { onClose: () => void; tryRunTests: TryRunTests; }; export declare const TrivetContainer: FC; //# sourceMappingURL=Trivet.d.ts.map