import { type UseAnchorPositioningParameters, type UseAnchorPositioningReturnValue } from "../../internals/useAnchorPositioning.js"; /** * Positioning path for the Navigation Menu, whose active trigger supplies its root store after the * positioner has already rendered. */ export declare function useNavigationMenuAnchorPositioning(params: UseAnchorPositioningParameters): UseAnchorPositioningReturnValue;