type Props = { onSubmit: (email: string, sessionChallengeCode: string) => void; onError?: () => void; }; export declare function SignInWithMagicLink({ onSubmit, onError }: Props): import("react/jsx-runtime").JSX.Element; export {};