import { ElementRef } from '@angular/core';
export declare class CepMaskDirective {
    element: ElementRef;
    nativeElement: HTMLInputElement;
    constructor(element: ElementRef);
}
