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

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