import { MediaImage } from 'ngx-obelisco-example/core/models';
import * as i0 from "@angular/core";
export declare class OHighlightedImageComponent {
    constructor();
    image?: MediaImage;
    customClasses: string;
    static ɵfac: i0.ɵɵFactoryDeclaration<OHighlightedImageComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<OHighlightedImageComponent, "o-highlighted-image", never, { "image": "image"; "customClasses": "customClasses"; }, {}, never, never, false>;
}
