/// export { default } from './UserData'; /** * A cache to user data hook, which can be shared accross multiple calls in order to prevent from * loading the same data mutliple times. The cache should not be shared accross components, but only accross * sub-components of a main one. */ export declare const UserDataCache: import("react").FunctionComponent<{}>;