import { type SelectSharedContextValue } from './SelectSharedContext'; export declare const useSelectSharedContext: () => SelectSharedContextValue;