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