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

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