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

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