import { MobileMenuType } from '../../../core/constants';
export declare const useMobileMenuItems: (menuType: MobileMenuType) => {
    items: import("../..").ItemState[];
    popDrilldownState: () => void;
    pushDrilldownState: (drilldownDetails: import("../..").DrilldownMenuItemDetails) => void;
    backLink: {
        slug?: string;
        label?: string;
    } | undefined;
};
