import { IConfigObj, StoreContextType } from '../context/types'; declare const Config: (context: React.Context) => { getConfig: () => IConfigObj | null; setConfig: (config: IConfigObj | null) => void; }; export default Config; //# sourceMappingURL=Config.d.ts.map