import { ElementRef } from '@angular/core'; import { ECLBaseDirective } from '../ecl-base.directive'; import * as i0 from "@angular/core"; export declare class EclGalleryMediaSource { src?: string; type?: string; } export declare class EclGalleryMediaTrack { src?: string; kind?: string; srcLang?: string; label?: string; } export declare class EclGalleryMediaDirective extends ECLBaseDirective { private el; poster: string; sources: Array; tracks: Array; get cssClasses(): string; constructor(el: ElementRef); ngOnInit(): void; private getHostElement; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=ecl-gallery-media.directive.d.ts.map