import { ContextProps } from './Context';
declare const useSharedContext: <T>() => ContextProps & T;
export default useSharedContext;
