import { OnInit, OnDestroy } from '@angular/core'; import { FormBuilder, FormGroup } from '@angular/forms'; import { ConfService } from '../../services/conf.service'; import * as i0 from "@angular/core"; export declare class StoreNotPublishedComponent implements OnInit, OnDestroy { private confService; private formBuilder; show: boolean; storePasswordForm: FormGroup; message: string; sessionTimer: any; submitted: boolean; loading: boolean; isValid: boolean; isNotValid: boolean; comingSoonData: { type: string; age: number; image: string; }; birthDate: any; currentDate: Date; imageUrl: string; constructor(confService: ConfService, formBuilder: FormBuilder); ngOnInit(): void; showStorePassword(): void; get formControls(): { [key: string]: import("@angular/forms").AbstractControl; }; checkStoreState(): void; private setSessionForOwner; ngOnDestroy(): void; check_age(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }