import { ListKeyManagerOption } from '@angular/cdk/a11y'; import { OnInit, TemplateRef } from '@angular/core'; import { DomSanitizer, SafeStyle } from '@angular/platform-browser'; import { MatCarouselSlide } from './carousel-slide'; import { Router } from '@angular/router'; import { MxLink } from '../../mx-slider.model'; export declare class MatCarouselSlideComponent implements ListKeyManagerOption, MatCarouselSlide, OnInit { sanitizer: DomSanitizer; router: Router; image: SafeStyle; overlayColor: string; hideOverlay: boolean; disabled: boolean; enlace?: MxLink; templateRef: TemplateRef; constructor(sanitizer: DomSanitizer, router: Router); ngOnInit(): void; goto(enlace?: MxLink): void; }