import { ElementRef } from "@angular/core"; import { OnlySymbolsDirective } from "./onlySymbols.directive"; /** * Allow enter only digits */ export declare class OnlyDigitsDirective extends OnlySymbolsDirective { constructor(el: ElementRef); }