/// <reference types="react" />
declare const StepperDivider: ({ status }: {
    status: any;
}) => JSX.Element;
export default StepperDivider;
