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