import * as React from 'react'; declare type StatusLabelProps = {}; declare const StatusLabel: React.FC; export default StatusLabel;