export = UniversalWatchCard; declare class UniversalWatchCard { constructor(data: any); type: string; header: any; call_to_action: any; sections: any; }