import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy } from '@angular/core'; import { ExcelService } from '../../services/excel.service'; import * as i0 from "@angular/core"; interface validInterface { control: HTMLInputElement | HTMLTextAreaElement; status: boolean; message: string; } export declare class ShFormComponent implements AfterViewInit, OnDestroy { private cdr; private excelService; private platformId; shForm: ElementRef; shId: string; shSubmit: EventEmitter; private observer; btnSubmit: any; constructor(cdr: ChangeDetectorRef, excelService: ExcelService, platformId: Object); ngAfterViewInit(): void; handleSubmit(event: Event): Promise; ngOnDestroy(): void; validItem: validInterface; generateError(): void; private setValidationStatus; lengthValidation(rule: any): boolean; nullValidation(): boolean; excelValid(rule: any, file: File): Promise; fileValidation(rule: any): Promise; urlValidation(): boolean; otpValidation(): boolean; intValidation(rule: any): boolean; numberValidation(rule: any): boolean; phoneValidation(): boolean; emailValidation(): boolean; identityValidation(): boolean; parseDataVali(dataVali: string): any; detectAll(form: HTMLFormElement): Promise; private destroy$; init(form: HTMLFormElement): void; destroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};