import { ElementRef } from '@angular/core'; export declare class MediaDirective { private hostRef; constructor(hostRef: ElementRef); onLoad(ev: Event): void; }