import type { ItemType as AntdItemType } from 'antd/es/menu/interface';
import type { ItemType } from './type';
export declare const mapItems: (item: ItemType) => AntdItemType;
