import { EventEmitter, OnInit } from '@angular/core'; import { DateFormatService, RichsnipetService } from 'dmmp-services'; import { RemoveHtmlPipe } from '../../../pipes/removeHtml.pipe'; export declare class VideoGalleryComponent implements OnInit { private dateFormat; private richsnipetService; private removeHtmlPipe; defaultClass: any; image: any; videoSrc: any; videoType: any; categories: any; medias: any; title: any; date: any; path: any; description: any; page: EventEmitter; schemaItemVideo: any[]; constructor(dateFormat: DateFormatService, richsnipetService: RichsnipetService, removeHtmlPipe: RemoveHtmlPipe); ngOnInit(): void; selectCategories(identifier: any): void; }