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

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