import { Authenticator } from '../authenticator'; export declare function useRedirect(next?: string): () => void; export declare const useSignIn: (authenticator: string) => { run(): Promise; }; export declare const SignInForm: (props: { authenticator: Authenticator; }) => import("react/jsx-runtime").JSX.Element;