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