export type ProgressStatus = 'normal' | 'error' | 'success'; export type ProgressSize = 'small' | 'medium' | 'large'; export declare const PROGRESS_SIZES: ProgressSize[];