import * as React from 'react'; import type { SelectStore } from '../store/SelectStore'; export declare const SelectRootContext: React.Context; export declare function useSelectRootContext(): SelectStore; //# sourceMappingURL=SelectRootContext.d.ts.map