import type { ElementProps, FloatingInteractionContext, UseListNavigationProps } from './types'; export declare function useListNavigation(context: FloatingInteractionContext, props: UseListNavigationProps): ElementProps; //# sourceMappingURL=useListNavigation.d.ts.map