export declare const StepsProgress: {
    (props: any): JSX.Element;
    defaultProps: {
        showText: boolean;
        size: string;
        status: string;
    };
};
export default StepsProgress;
