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

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