/** * The class name contract for the progress component */ export interface ProgressClassNameContract { /** * The root of the progress component */ progress?: string; }