import { ElementRef } from '@angular/core'; /** * A mock of the Angular ElementRef class */ export declare class ElementRefMock implements ElementRef { nativeElement: any; constructor(nativeElementAdditions?: { [key: string]: any; }); }