export declare class CardBg { host: HTMLElement; backgroundImage: string; backgroundColor: string; hoverOpacity: string; borderRadius: string; textColor: string; textColorHover: string; textAlign: string; type: string; render(): any; }