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