import * as i0 from "@angular/core"; /** * Directive that restricts input to numeric characters only. * * Use the `stOnlyNumbers` selector to enable numeric-only input restriction. * * @example * ```html * * * * ``` */ export declare class OnlyNumbersDirective { /** * Enable numeric-only input restriction. * @default false */ stOnlyNumbers: import("@angular/core").InputSignal; blockPaste(event: ClipboardEvent): boolean; onKeyPress(event: KeyboardEvent): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }