import { ComponentType } from 'react';
import { Session, AppProps, Config, ConfigContext } from '@bolttech/essentials';
declare const WithSession: (WrappedComponent: ComponentType<AppProps>, useSession: () => Session, useConfig: () => ConfigContext<Config>) => ComponentType<AppProps>;
export { WithSession };
