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