export declare class CardComponent { readonly text: string; readonly title: string; readonly image: string; readonly hasBorder: boolean; }