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