import { OwlOptions } from 'ngx-owl-carousel-o'; import { ButtonI } from '../../../interfaces/atomic/button.interface'; import { DomSanitizer, SafeStyle } from '@angular/platform-browser'; import * as i0 from "@angular/core"; export declare class ServicesDetailsComponent { private readonly sanitizer; items?: ServicesDetailsItem[]; title?: string; sliderOptions: OwlOptions; collapsed1: boolean; constructor(sanitizer: DomSanitizer); getImage(img: string): SafeStyle; toggleCollapse1(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export interface ServicesDetailsItem { image?: string; title?: string; description?: string; links?: ButtonI[]; }