import { ElementRef, AfterContentInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CardComponent implements AfterContentInit { hasHeader: boolean; hasFooter: boolean; hasBody: boolean; pd: string; mg: string; height?: string; width?: string; textColor?: string; bgColor?: string; border?: string; borderRadius?: string; disabled: boolean; aspectRatio?: number; cardHeader: ElementRef | undefined; cardBody: ElementRef | undefined; cardFooter: ElementRef | undefined; ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }