export = ItemSectionHeader; declare class ItemSectionHeader { constructor(data: any); title: Text; } import Text = require("./Text");