import { ElementRef, TemplateRef, AfterContentInit, QueryList } from '@angular/core'; import { BlockableUI } from 'primeng/api'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "primeng/api"; export declare class Card implements AfterContentInit, BlockableUI { private el; header: string; subheader: string; style: any; styleClass: string; headerFacet: any; footerFacet: any; templates: QueryList; headerTemplate: TemplateRef; titleTemplate: TemplateRef; subtitleTemplate: TemplateRef; contentTemplate: TemplateRef; footerTemplate: TemplateRef; 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; }