/** * Present when the progress has completed. */ export declare const complete = "data-complete"; /** * Present when the progress is in indeterminate state. */ export declare const indeterminate = "data-indeterminate"; /** * Present while the progress is progressing. */ export declare const progressing = "data-progressing";