import React from 'react'; import { AuthOptions } from '..'; export declare const useSignInForms: () => { [authType: string]: AuthOptions["components"]["SignInForm"]; }; export declare const useSignInButtons: (authenticators?: any[]) => React.CElement<{ key: number; authenticator: any; }, React.Component<{ key: number; authenticator: any; }, any, any>>[]; export declare const SignInPage: () => import("react/jsx-runtime").JSX.Element;