import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
import { ImageFullscreenViewService } from '../../../core/service/image-fullscreen-view.service';
import * as i0 from "@angular/core";
export declare class SliderCustomImageComponent {
    imageFullscreenViewService: ImageFullscreenViewService;
    private sanitizer;
    YOUTUBE: string;
    IMAGE: string;
    VIDEO: string;
    fileUrl: SafeResourceUrl;
    fileExtension: string;
    type: string;
    videoAutoPlay: boolean;
    showVideoControls: number;
    set imageUrl(url: any);
    isVideo: boolean;
    alt: String;
    title: String;
    direction: string;
    constructor(imageFullscreenViewService: ImageFullscreenViewService, sanitizer: DomSanitizer);
    videoClickHandler(event: any): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<SliderCustomImageComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SliderCustomImageComponent, "custom-img", never, { "videoAutoPlay": "videoAutoPlay"; "showVideoControls": "showVideoControls"; "imageUrl": "imageUrl"; "isVideo": "isVideo"; "alt": "alt"; "title": "title"; "direction": "direction"; }, {}, never, never, false>;
}
