/// <reference types="react" />
import { ConfigInterface } from '../config';
export declare const ConfigContext: import("react").Context<ConfigInterface>;
export declare function useConfig(): ConfigInterface;
//# sourceMappingURL=useConfig.d.ts.map