import { PropsWithChildren } from 'react'; export declare const IdentityProvider: (props: PropsWithChildren<{ value: string; }>) => import("react/jsx-runtime").JSX.Element; export declare const useIdentity: () => string;