import { MenuDataItem } from '../interfaces'; /** * Custom getMatchMenuKeys function which generate the MatchMenuKeys * * Note: The matchMenuKeys function or method is commonly used within the context of the layout to * determine which menu keys are selected or matched based on the current route. * @param menuItems * @param currentPath */ export declare const getMatchMenuKeys: (menuItems: MenuDataItem[], currentPath: string) => string[]; //# sourceMappingURL=matchMenuKeys.d.ts.map