import { Ref } from 'vue'; import { AuthState } from '../components/provider/kc-context.js'; /** * Reactive `AuthState` for a DOM node under ``. * Pass a template ref to the element that wraps your app (same pattern as `AuthBridge` in React). */ export declare function useKeycloakAuth(hostRef: Ref): import('vue').ShallowRef; //# sourceMappingURL=use-keycloak-auth.d.ts.map