export declare const useStateEmail: (showEmailForm: boolean, enable: () => void) => { isEmailSubmitting: boolean; loading: () => void; };