/// import { BookingForm } from "lib"; export declare const useMenuInteractions: ({ form, name, }: { form: BookingForm; name: string; }) => { onFocus: () => void; onBlur: () => void; menuContainerRef: import("react").RefObject; };