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