import * as i0 from "@angular/core"; export declare class CardComponent { hasTopBar: boolean; header: any; well: any; content: any; footer: any; constructor(); shouldDisplayHeader(): boolean; shouldDisplayWell(): boolean; shouldDisplayContent(): boolean; shouldDisplayFooter(): boolean; private doesElementHaveContent; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }