import type { OverflowCollectionHookProps, OverflowCollectionHookResult } from "./overflowTypes"; type OverflowCollectionHook = (props: OverflowCollectionHookProps) => OverflowCollectionHookResult; export declare const useOverflowCollectionItems: OverflowCollectionHook; export {};