import type { EmailLinkVerifyProps } from './EmailLinkVerify';
export declare const SignInEmailLinkFlowComplete: (props: Omit<EmailLinkVerifyProps, "texts">) => import("@emotion/react/jsx-runtime").JSX.Element;
export declare const SignUpEmailLinkFlowComplete: (props: Omit<EmailLinkVerifyProps, "texts">) => import("@emotion/react/jsx-runtime").JSX.Element;
