import { EditorElement } from '@wix/component-protocol/schema'; import { VerticalNavbarProps } from './verticalNavbarConfig'; type HamburgerMenuProps = VerticalNavbarProps & { isHamburgerWrapperFullWidth: boolean; }; export declare const getHamburgerMenuManifestOverrides: (props: HamburgerMenuProps) => Partial; export {};