import { EventEmitter } from '@angular/core'; import { InputResponse } from '../input-response'; import { InputBase } from './../input-base'; import * as i0 from "@angular/core"; export declare class NumericComponent implements InputBase { id: string; label: string; placeholder: string; title: string; isRequired: boolean; isReadOnly: boolean; onClick?: EventEmitter; onChange?: EventEmitter; value?: number; click(): void; change(): void; onlyNumbers(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }