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

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