import type { CarbonAuthenticationContextValue } from '../authentication/context'; /** * Access authentication information for the current member * * This must be called from within . Note that authentication information is * loaded asynchronously. You should check the `loading` value returned from this hook before * looking at the member. * * @returns current member authentication data, if available */ export declare function useCarbonAuthentication(): CarbonAuthenticationContextValue;