///
import { IClientContext } from "@leight-core/leight";
export declare const ClientContext: import("react").Context;
/**
* Client-side configuration context (usually loaded from server).
*/
export declare const useClientContext: () => IClientContext;