import * as i0 from '@angular/core'; type SpinnerSize = 'default' | 'sm'; type SpinnerColor = 'primary' | 'onSurface'; declare class MxProgressSpinnerComponent { spinnerSize: SpinnerSize; spinnerColor: SpinnerColor; get isSizeDefault(): boolean; get isSizeSmall(): boolean; get isColorPrimary(): boolean; get isColorOnSurface(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { MxProgressSpinnerComponent }; export type { SpinnerColor, SpinnerSize };