import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare type NcSizeType = 'mini' | 'small' | 'default' | 'large'; export declare class LoadingComponent implements OnInit { /** 加载类型 */ ncType: number; /** 加载大小 */ ncSize: NcSizeType; /** 加载提示 */ ncTips: string; /** 加载提示颜色 */ ncTipsColor: string; /** 加载提示字体粗细 */ ncTipsWeight: string; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }