import type { SelectContextValue } from '../types'; export declare const SelectContext: import("react").Context; export declare const useSelectContext: () => SelectContextValue;