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

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