import { TemplateRef, ElementRef } from '@angular/core'; export declare class LoadingComponent { private elementRef; template: TemplateRef; constructor(elementRef: ElementRef); }