import { ElementRef } from '@angular/core'; export declare class CbjGalleryItemComponent { el: ElementRef; clickE: (arg: { i: CbjGalleryItemComponent; e: Event; }) => {}; classes: string[]; src: string; id: number; state: string; column: number; height: string; width: string; top: string; left: string; onClick(e: Event): void; constructor(el: ElementRef); }