import type { AuthIdentityProp } from "../../props/components/layout.prop.js"; export type { AuthIdentityProp } from "../../props/components/layout.prop.js"; export type { AuthIdentityProp as AuthIdentityProps } from "../../props/components/layout.prop.js"; /** Canonical hosted-identity mark, heading and optional real requesting-client context. */ export declare function AuthIdentity({ title, brand, requester, className }: AuthIdentityProp): import("react").JSX.Element;