import { ElementRef } from '@angular/core'; export declare class TextContentDirective { private elRef; textContent: any; constructor(elRef: ElementRef); }