import * as i0 from "@angular/core"; export declare class SpinnerComponent { size: '3xs' | '2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl'; /** * Defines a string value that labels the current element. */ ariaLabel?: string; /** * Identifies the element (or elements) that labels the current element. */ ariaLabelledBy?: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }