import { AfterViewInit, ElementRef, Renderer2 } from '@angular/core'; import { MediaImage, CardBadge } from 'ngx-obelisco-example/core/models'; import { OCustomContentDirective } from 'ngx-obelisco-example/directives'; import * as i0 from "@angular/core"; export declare class OCardComponent implements AfterViewInit { private readonly renderer; isHorizontal?: boolean; isBordered?: boolean; isThemeCard?: boolean; customClasses: string; isTitleTruncate?: boolean; title: string; description: string; headline?: string; cardBadges?: CardBadge[]; link: string; route: string; image?: MediaImage; icon?: string; card: ElementRef | undefined; infoContent: ElementRef | undefined; oCustomContent?: OCustomContentDirective; constructor(renderer: Renderer2); ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }