import { HDict } from 'haystack-core'; import React, { PropsWithChildren } from 'react'; /** * User context retrieval hook. */ export declare function useCurrentUser(): HDict | undefined; /** * User context provider for FIN 5. */ export declare const UserContextProvider: React.FC;