type TypePrimaryLinkRequirements = { primaryLinkContainer?: HTMLElement | null; context?: HTMLElement; }; type TypeDropdownProps = { dropdownLinksContainer?: HTMLElement | null; dropdownCalloutsSlot?: HTMLSlotElement | null; }; export type TypeNavItemRequirements = TypeDropdownProps & TypePrimaryLinkRequirements; type TypeNavItem = TypeNavItemRequirements; export declare const createCompositeNavigationItem: { CreateElement: (props: TypeNavItem) => HTMLDivElement; Styles: string; }; export {}; //# sourceMappingURL=index.d.ts.map