import { DynamicNestedType } from '../Common/helpers/flatToNested'; export declare type MainMenuPropType = { navItems: DynamicNestedType[]; withChildClassName: string; subChildClassName: string; navItemClassName: string; navLinkClassName: string; dropdownContainerClassName: string; };