import { DomSanitizer, SafeStyle } from '@angular/platform-browser'; import * as i0 from "@angular/core"; export declare class SimpleListComponent { private readonly sanitizer; elements: SimpleListElement[]; title?: string; subtitle?: string; textCenter: boolean; constructor(sanitizer: DomSanitizer); image(element: SimpleListElement): SafeStyle; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export interface SimpleListElement { image: string; subtitle: string; description: string; }