import * as React from 'react'; export default class StatusRunning extends React.Component<{ style: any; }> { render(): JSX.Element; }