export declare class CardImageTitleText { host: HTMLElement; type: string; useBgOnImage: boolean; bgColor: string; bgImage: string; textAlign: string; linkedIn: string; newTab: boolean; align: { center: string; right: string; }; href: string; componentWillLoad(): void; render(): any; }