import { Select } from "@table-library/react-table-library/types/select"; declare type SelectContextType = { selectLogic: Select; selectableRows: boolean; }; declare const useSelectContext: () => import("react").Context; export default useSelectContext; //# sourceMappingURL=useSelectContext.d.ts.map