import { ElementRef } from '@angular/core'; export declare class ContentComponent { elementRef: ElementRef; constructor(elementRef: ElementRef); }