import { EventEmitter, OnChanges, OnInit } from '@angular/core'; import { NbToastrService } from '@nebular/theme'; import * as i0 from "@angular/core"; export declare class TyaNumberVnInputComponent implements OnInit, OnChanges { private toast; value: string; statusInput: string; changeValue: EventEmitter; disabled: boolean; constructor(toast: NbToastrService); ngOnInit(): void; ngOnChanges(): void; change(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }