import { OCardComponent } from '../o-card.component'; import { MediaImage } from 'ngx-obelisco-example/core/models'; import * as i0 from "@angular/core"; export declare class OCardImageComponent { private oCard; constructor(oCard: OCardComponent); image?: MediaImage; customClasses: string; getClassesCardImage(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }