import type { Components, JSX } from "../types/components";

interface CalciteMenu extends Components.CalciteMenu, HTMLElement {}
export const CalciteMenu: {
  prototype: CalciteMenu;
  new (): CalciteMenu;
};
/**
 * Used to define this component and all nested components recursively.
 */
export const defineCustomElement: () => void;
