export = MerchandiseShelf; declare class MerchandiseShelf { constructor(data: any); type: string; title: any; menu: any; items: any; get contents(): any; }