import { AuthState } from '../components/provider/kc-context.js'; /** * Reactive `AuthState` accessor for a DOM node under ``. * Pass an accessor that returns the host element (for example a ref). */ export declare function useKeycloakAuth(host: () => Element | null | undefined): () => AuthState; //# sourceMappingURL=use-keycloak-auth.d.ts.map