import { EventEmitter, OnInit } from '@angular/core'; import { ThemesService } from '@progress-chef/platform-themes-service'; import * as i0 from "@angular/core"; export declare class SliderComponent implements OnInit { private themesService; opened: boolean; title: string; frameNumber: number; isSlideOpen: boolean; sliderClose: EventEmitter; parentId: string; customTitle: boolean; constructor(themesService: ThemesService); ngOnInit(): void; closeSlider(e: any): void; toggleSlide(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_opened: boolean | string; static ngAcceptInputType_frameNumber: number | string | undefined; static ngAcceptInputType_customTitle: boolean | string; }