export = MusicCarouselShelf; declare class MusicCarouselShelf { constructor(data: any); type: string; header: any; contents: any; num_items_per_column: any; }