import * as i0 from "@angular/core"; export type CardVariant = 'flat' | 'bordered' | 'elevated'; export declare class CardComponent { title: string; subtitle: string; variant: CardVariant; clickable: boolean; hasMedia: boolean; hasHeaderSlot: boolean; hasFooterSlot: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }