import * as React from 'react';
import * as enzyme from 'enzyme';
import * as puppeteer from 'puppeteer';
import StatusIndicator from '..';
import { statusIndicatorTestkitFactory } from '../../../testkit';
import { statusIndicatorTestkitFactory as statusIndicatorEnzymeTestkitFactory } from '../../../testkit/enzyme';
import { statusIndicatorTestkitFactory as statusIndicatorPuppeteerTestkitFactory } from '../../../testkit/puppeteer';
function StatusIndicatorWithMandatoryProps() {
return