import { OnInit, ElementRef } from '@angular/core'; export declare class SampleComponent implements OnInit { private el; constructor(el: ElementRef); ngOnInit(): void; }