import * as i0 from "@angular/core"; export type SpinnerType = 'default' | 'primary' | 'secondary'; export type SpinnerColor = 'grey' | 'blue' | 'green'; export type SpinnerSize = 'small' | 'medium' | 'extra-small' | 'custom'; export declare class VudSpinnerComponent { type: SpinnerType; color: SpinnerColor; size: SpinnerSize; get spinnerClass(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }