export type CnProgressStateType = 'normal' | 'error' | 'success';
