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

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