import { SelectSingleContextValue } from './SelectSingleContext';
/** Hook to access the [[SelectSingleContext]]. */
export declare function useSelectSingle(): SelectSingleContextValue;
