/** * @part container - The outermost div encasing rux-indeterminate-progress which is responsible for the overall size and the outermost border. * @part animated-spinner - The second div in the heirarchy which is responsible for the spinning conic-gradient and the gap between the spinner and the containers's border. * @part inner-spinner-gap - The third div in the heirarchy which controls the gap between the animated-spinner and the inner-circle's border. * @part inner-circle - The fourth div in the heirarchy which controls the inner-most circle. */ export declare class RuxIndeterminateProgress { render(): any; }