import { ThemesService } from '@progress-chef/platform-themes-service'; import * as i0 from "@angular/core"; export declare class LoadingSpinnerComponent { private themesService; width: number; height: number; visible: boolean; constructor(themesService: ThemesService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_width: number | string | undefined; static ngAcceptInputType_height: number | string | undefined; static ngAcceptInputType_visible: boolean | string; }