export declare class CardHotspots { host: HTMLElement; backgroundImage: string; loaded: boolean; style: {}; getBGImageDimensions: (imageURL: string) => Promise; componentWillLoad(): Promise; render(): any; }