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