import { BaseAnimationProps } from '../../Animation'; import { IconFontAwesomeProps, IconProps } from '../../Icon'; import { StepperStepContextData } from '../Context/types'; export type StepperIconProps = IconProps & BaseAnimationProps<{}, 'svg'>; export type StyledStepperIconProps = StepperIconProps & StepperStepContextData; export type StepperIconFontAwesomeProps = IconFontAwesomeProps & BaseAnimationProps<{}, 'svg'>; export type StyledStepperIconFontAwesomeProps = StepperIconFontAwesomeProps & StepperStepContextData;