import * as i0 from '@angular/core'; import { EventEmitter } from '@angular/core'; interface Video { thumbnail: string; alt?: string; url: string; } interface VideoWEvent { value: any; $event: MouseEvent; } declare class VideoThumbnailComponent { dense: any; large: any; video: Video; videoClick: EventEmitter; constructor(dense: any, large: any); onVideoClick(video: Video, $event: MouseEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { VideoThumbnailComponent }; export type { Video, VideoWEvent };