import React from 'react';
import { GlobalConfigProps } from './interface';
export declare const globalCtx: React.Context<GlobalConfigProps>;
declare const GlobalConfig: (props: GlobalConfigProps) => JSX.Element;
export default GlobalConfig;
