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<OCardImageComponent, [{ optional: true; }]>;
    static ɵcmp: i0.ɵɵComponentDeclaration<OCardImageComponent, "o-card-image", never, { "image": "image"; "customClasses": "customClasses"; }, {}, never, never, false>;
}
