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

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