type SelectContextType = { activeSelectId: string | null; setActiveSelectId: (id: string | null) => void; }; export declare const SelectContext: import('react').Context; export {};