export declare const useSelectContext: () => {
    activeSelectId: string | null;
    setActiveSelectId: (id: string | null) => void;
};
