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

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