export type StepsType = 'default' | 'icon'; export type StepsDirection = 'horizontal' | 'vertical'; export type LineType = 'dotted' | 'dashed' | 'solid'; export interface StepData { step: number; }