import type { SelectBaseProps } from './Select'; export type SelectContextType = { handleCloseMenu?: () => void; } & Pick; export declare const defaultContext: { onChange: () => void; value: undefined; handleCloseMenu: undefined; }; export declare const SelectContext: import('react').Context; export declare const SelectProvider: import('react').Provider; export declare const useSelectContext: () => SelectContextType; //# sourceMappingURL=selectContext.d.ts.map