export declare class TextCard { /** The Url link you want to link to */ link: string; /** The purple heading in the card */ cardtitle: string; /** Any extra text. If you want it to be empty, add empty string value: "" */ subtext: string; render(): any; }