/// <reference types="react" />
import { ConfigInterface } from './types';
declare const TestConfigContext: import("react").Context<ConfigInterface>;
export default TestConfigContext;
