/// <reference types="react" />
import { StepSharedProps } from '../../types';
type StepIconContainerProps = StepSharedProps & {
    children?: React.ReactNode;
};
export declare const StepIconContainer: ({ isCurrentStep, isCompletedStep, children, isError, isLoading: isLoadingProp, }: StepIconContainerProps) => JSX.Element;
export {};
//# sourceMappingURL=index.d.ts.map