export = Card; declare class Card { constructor(data: any); type: string; teaser: any; content: any; card_id: any; feature: any; cue_ranges: any; }