import type { Dispatch, SetStateAction } from 'react'; import type { ResourceCellPick } from '../../bookingCalendarInternalTypes'; export declare function useBookingCalendarResourceCellToggle(setSelectedResourceCells: Dispatch>): (courtId: string, dateKey: string) => void;