export declare const useEmailRegex: (regex?: RegExp | undefined) => {
    isEmail: (email: string) => boolean;
};
