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

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