import { ElementRef } from '@angular/core'; export declare class SampleDirective { private el; constructor(el: ElementRef); }