import { NgxMatDatatableIntl } from '../../datatable.intl'; import * as i0 from "@angular/core"; export declare class ProgressSpinnerComponent { datatableIntl: NgxMatDatatableIntl; diameter: number; set setValue(value: number | string); private _value; value: number; color?: string; set setDisplayValue(displayValue: any); displayValue: boolean; get getColor(): string | undefined; fontSize: string; set setAnimateInView(animateInView: any); animateInView: boolean; set setDelay(delay: number | string); delay?: number; private isInView; protected load(intersect: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }