export declare class LoadingSpinner { /** Color of the spinner, passed as a CSS variable */ color: string; render(): any; }