import { OnChanges, SimpleChanges } from "@angular/core"; import * as i0 from "@angular/core"; export declare class MdlProgressComponent implements OnChanges { progress: number; buffer: number; aux: number; isProgess: boolean; private indeterminateIntern; get indeterminate(): boolean; set indeterminate(value: boolean); ngOnChanges(changes: SimpleChanges): void; private setBuffer; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }