/// export { default } from './EconomicSystemName'; /** * @returns A cache to economic system name 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 EconomicSystemNameCache: import("react").FunctionComponent<{}>;