import { SelfServiceFlow } from '../helpers/types'; export interface IdentifierInfoProps { flow: SelfServiceFlow; } /** * LoggedInInfo renders the identifier of the user that is currently logged in. * @param flow - Ory Flow object */ export declare const LoggedInInfo: ({ flow }: IdentifierInfoProps) => import("react").JSX.Element | null; //# sourceMappingURL=logged-info.d.ts.map