import { ElementRef } from "@angular/core"; export declare class MailToDirective { el: ElementRef; mail: string; subject: string; body: string; constructor(el: ElementRef); confirmFirst(event: Event): void; onMouseEnter(): void; onMouseLeave(): void; highlight(color: string): void; }