/// export declare type Status = 'error' | 'process' | 'finish' | 'wait'; export interface Icons { finish: React.ReactNode; error: React.ReactNode; }