export type { UseAuthenticator } from '@aws-amplify/ui-react-core'; import type { UseAuthenticator } from '@aws-amplify/ui-react-core'; import { useAuthenticator as _useAuthenticator } from '@aws-amplify/ui-react-core'; type UseAuthenticatorSelector = Parameters[0]; export declare function useAuthenticator(selector?: UseAuthenticatorSelector): UseAuthenticator;