import type { OverflowHookProps, OverflowHookResult } from "./overflowTypes"; export declare const useOverflow: ({ collectionHook: { dispatch }, id: idProp, label, overflowItemsRef, overflowContainerRef, orientation, }: OverflowHookProps) => OverflowHookResult;