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

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