import * as react from 'react';
import { TestStatusProps } from './types.js';

declare const TestStatus: react.ForwardRefExoticComponent<TestStatusProps & react.RefAttributes<HTMLDivElement>>;

export { TestStatus as default };
