import { OnDestroyMixin } from '@w11k/ngx-componentdestroyed';
import { Observable } from 'rxjs';
import { PresentationService } from '../core/presentation.service';
import { ActivatedSlide } from '../slide/slide.service';
export declare class SlideIndexComponent extends OnDestroyMixin {
    private readonly activatedSlide;
    private readonly presentation;
    coordinates$: Observable<string>;
    constructor(activatedSlide: ActivatedSlide, presentation: PresentationService);
}
