import { ElementRef } from '@angular/core'; export interface HasElementRef { _elementRef: ElementRef; } export declare class MixinElementRefBase { _elementRef: ElementRef; constructor(_elementRef: ElementRef); }