import { AfterViewInit, OnInit } from '@angular/core'; import { CoreFormControlBaseComponent } from '../core-form-control-base/core-form-control-base.component'; import { Subject, Subscription } from 'rxjs'; import { MultiLanguageService } from '../../services/multi-language.service'; import * as i0 from "@angular/core"; export declare class CoreAutoCodeComponent extends CoreFormControlBaseComponent implements OnInit, AfterViewInit { value: string; genClick$: Subject; subscriptions: Subscription[]; mls: MultiLanguageService; $lang: import("@angular/core").Signal; $codeGenButtonHint: import("@angular/core").Signal<"Bấm để tạo mã ngẫu nhiên mới" | "Click to generate a new random code">; ngOnInit(): void; onGenerate(e: any): void; onValueChange(e: any): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }