import React from 'react'; import { StepLabelProps } from './StepLabelTypes'; declare const StepLabel: React.FC; export default StepLabel;