import { OnInit } from '@angular/core'; export declare class LoadingSvgComponent implements OnInit { size: 'large' | 'small' | 'default'; fillColor: string; tip: string; readonly isLarge: boolean; readonly isSmall: boolean; readonly isDefault: boolean; constructor(); ngOnInit(): void; }