/// <reference types="react" />
import type { EmailVerificationThemeProps } from "../../../types";
export declare function EmailVerificationTheme(props: EmailVerificationThemeProps): JSX.Element;
declare function EmailVerificationThemeWrapper(props: EmailVerificationThemeProps): JSX.Element;
export default EmailVerificationThemeWrapper;
