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