export declare const countDownTime = 60; export declare const countryCodeOptios: { label: string; value: number; }[]; export declare const passStrengthOptions: { level: number; txt: string; color: string; remarks: string; }[]; export declare const verifyPasswordStrong: (sValue: any) => { level: number; txt: string; color: string; remarks: string; };