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

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