import { ElementRef } from '@angular/core';
export interface SpyTarget {
    name: string;
    element: ElementRef;
}
