import type { MenuOptions } from "../Menu/Menu.types.js"; export type MenuProps = Omit; export interface MenuActivePathDetail { path: string[]; } export declare function registerMenuElement(): CustomElementConstructor | undefined; //# sourceMappingURL=menu.d.ts.map