import { DetailedHTMLProps, HTMLAttributes } from 'react'; import { CollectionProps } from 'react-aria-components'; export type NavigationProps = CollectionProps & Omit, HTMLElement>, 'children'>; export declare const Navigation: ({ className, items, children, dependencies, idScope, addIdAndValue, ...rest }: NavigationProps) => import("react/jsx-runtime").JSX.Element;