declare const emailValidation: {
    pattern: {
        value: RegExp;
        message: string;
    };
};

export { emailValidation };
