import { ElementRef } from '@angular/core';
export declare class TelefoneMaskDirective {
    element: ElementRef;
    nativeElement: HTMLInputElement;
    constructor(element: ElementRef);
    onKeyup(event: KeyboardEvent): void;
}
