import { AfterContentInit, ElementRef, QueryList, TemplateRef } from '@angular/core'; import { BlockableUI, PrimeTemplate } from 'primeng/api'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "primeng/api"; /** * Card is a flexible container component. * @group Components */ export declare class Card implements AfterContentInit, BlockableUI { private el; /** * Header of the card. * @group Props */ header: string | undefined; /** * Subheader of the card. * @group Props */ subheader: string | undefined; /** * Inline style of the element. * @group Props */ set style(value: { [klass: string]: any; } | null | undefined); /** * Class of the element. * @group Props */ styleClass: string | undefined; headerFacet: TemplateRef | undefined; footerFacet: TemplateRef | undefined; templates: QueryList | undefined; headerTemplate: TemplateRef | undefined; titleTemplate: TemplateRef | undefined; subtitleTemplate: TemplateRef | undefined; contentTemplate: TemplateRef | undefined; footerTemplate: TemplateRef | undefined; _style: import("@angular/core").WritableSignal<{ [klass: string]: any; }>; constructor(el: ElementRef); ngAfterContentInit(): void; getBlockableElement(): HTMLElement; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class CardModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }