import { SafeStyle } from '@angular/platform-browser'; import { GalleryItemI } from '../../../interfaces/core/gallery-item.interface'; import * as i0 from "@angular/core"; export declare class GalleryItemComponent implements GalleryItemI { image: string; title: string; icon: string; category: string; private readonly sanitizer; get getImage(): SafeStyle; preventLinkEvent(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }