export declare class Email { emailLabel: string; emailLink: string; emailLinkText: string; render(): any; }