import { EditorElement } from '@wix/component-protocol/schema'; type HorizontalHugNavbarProps = { hasDropdownItems: boolean; hasDropdownContent: boolean; hasContainers: boolean; hasDropdownSubItems: boolean; isDropdownItemFitToText: boolean; isDropdownAnchorScreen: boolean; isDropdownAnchorMenuItem: boolean; dropdownColumnsNumber: string; }; export declare const getHorizontalHugNavbarManifestOverrides: (props: HorizontalHugNavbarProps) => Partial; export {};