export = SimpleCardTeaser; declare class SimpleCardTeaser { constructor(data: any); type: string; message: Text; prominent: any; } import Text = require("./Text");