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