import { OnInit, EventEmitter, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TfNgPhOverviewCardComponent implements OnInit { cardTitle: string; productId: string; productCode: string; productTitle: string; isActive: boolean; productDescription: string; private _productCTA; set productCTA(value: string); get productCTA(): string; marketingCtaAsButton: boolean; private _showCardOver; set showCardOver(value: boolean); get showCardOver(): boolean; private _logoSource; set logoSource(value: string); get logoSource(): string; buttonClicked: EventEmitter; ctaClicked: EventEmitter; logoImageClass: string; imgRef: ElementRef; constructor(); ngOnInit(): void; onProductButtonClicked(): void; onProductFindOutMoreClicked(): void; onLogoLoaded(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }