import { ElementRef } from '@angular/core'; export declare class DecimalDirective { private elementRef; private el; constructor(elementRef: ElementRef); transform(value: string): string; onInput(value: any): void; }