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