export declare class CardImage {
    imgSrc: string;
    imgAlt: string;
    render(): any;
}
