import React from 'react'; import { StyledStepperIconProps, StyledStepperIconFontAwesomeProps } from './types'; declare const StyledStepperIcon: React.FC; declare const StyledStepperFontAwesomeIcon: React.FC; export { StyledStepperIcon, StyledStepperFontAwesomeIcon };