import { AfterContentChecked, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TerraCardComponent implements AfterContentChecked { _viewChildHeader: ElementRef; _viewChildBody: ElementRef; _viewChildFooter: ElementRef; /** * @description an url to set for the background image of the card */ inputImagePath: string; /** * @description set an icon class if there is no image path set */ inputPlaceholderIcon: string; /** * @description set a class to show footer and wrapping div element as selected */ inputIsSelected: boolean; _showHeader: boolean; _showBody: boolean; _showFooter: boolean; ngAfterContentChecked(): void; get _hasImageOrPlaceholderIcon(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }