export = ProfileColumnStatsEntry; declare class ProfileColumnStatsEntry { constructor(data: any); type: string; label: Text; value: Text; } import Text = require("./Text");