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